Skip to content

Commit 412a864

Browse files
Reduce list of repos
1 parent e918b99 commit 412a864

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

OurUmbraco/Community/GitHub/GitHubService.cs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,7 @@ public List<TeamUmbraco> GetTeamMembers()
135135
public string[] GetRepositories()
136136
{
137137
return new[] {
138-
"Umbraco-CMS",
139-
"UmbracoDocs",
140-
"OurUmbraco",
141-
"Umbraco.Courier.Contrib",
142-
"Umbraco.Deploy.Contrib",
143-
"Umbraco.Deploy.ValueConnectors",
144-
"UmbPack",
145-
"Package.Templates",
146-
"rfcs",
147-
"organizer-guide",
148-
"The-Starter-Kit",
149-
"Umbraco.CMS.Backoffice",
150-
"Umbraco.UI"
138+
"Umbraco-CMS"
151139
};
152140
}
153141

0 commit comments

Comments
 (0)