Added more HQ exclusions and reformatted

This commit is contained in:
Emma Garland
2017-06-05 12:28:40 +01:00
parent 576b1bcf2e
commit 7abe6161d6
3 changed files with 13 additions and 8 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
Shazwazza
nul800sebastiaan
nul800sebastiaan
hemraker
madsrasmussen
mikkelhm
perploug
sitereactor
@@ -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()
+1 -5
View File
@@ -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;