updates tool folder (#2905)

* updates tool folder

* impliments #2874 changes
This commit is contained in:
Poojawa
2017-09-22 21:56:34 -05:00
committed by GitHub
parent 21088ca9ba
commit 235236c5a9
11 changed files with 488 additions and 66 deletions
+4
View File
@@ -8,6 +8,7 @@
$hookSecret = '08ajh0qj93209qj90jfq932j32r';
//Api key for pushing changelogs.
//This requires the public_repo (or repo for private repositories) and read:org permissions
$apiKey = '209ab8d879c0f987d06a09b9d879c0f987d06a09b9d8787d0a089c';
//Used to prevent potential RCEs
@@ -47,3 +48,6 @@ $validation = "org";
//how many merged prs must they have under the rules above to have their pr announced to the game servers.
$validation_count = 1;
//enforce changelogs on PRs
$require_changelogs = false;