diff --git a/OurUmbraco.Site/config/githubhq.txt b/OurUmbraco.Site/config/githubhq.txt index 97ecb98b..c013988c 100644 --- a/OurUmbraco.Site/config/githubhq.txt +++ b/OurUmbraco.Site/config/githubhq.txt @@ -1,2 +1,7 @@ Shazwazza -nul800sebastiaan \ No newline at end of file +nul800sebastiaan +hemraker +madsrasmussen +mikkelhm +perploug +sitereactor \ No newline at end of file diff --git a/OurUmbraco/Community/Controllers/GitHubContributorController.cs b/OurUmbraco/Community/Controllers/GitHubContributorController.cs index fdb78dab..14e81007 100644 --- a/OurUmbraco/Community/Controllers/GitHubContributorController.cs +++ b/OurUmbraco/Community/Controllers/GitHubContributorController.cs @@ -17,8 +17,12 @@ namespace OurUmbraco.Community.Controllers { private readonly string[] Repositories = { - "Umbraco-Cms", - "OurUmbraco" + "Umbraco-CMS", + "UmbracoDocs", + "OurUmbraco", + "Umbraco.Deploy.Contrib", + "Umbraco.Courier.Contrib", + "Umbraco.Deploy.ValueConnectors" }; public ActionResult GitHubGetContributorsResult() diff --git a/OurUmbraco/Our/Api/GithubController.cs b/OurUmbraco/Our/Api/GithubController.cs index 27130f23..7c327595 100644 --- a/OurUmbraco/Our/Api/GithubController.cs +++ b/OurUmbraco/Our/Api/GithubController.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using System.Collections.Generic; using OurUmbraco.Community.Models; using RestSharp;