Changes starting PR balance to 5

This commit is contained in:
Cyberboss
2017-10-15 17:32:43 -04:00
committed by KorPhaeron
parent 8f34280c6b
commit 628a6ca261
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ $path_to_script = 'tools/WebhookProcessor/github_webhook_processor.php';
$tracked_branch = "master";
$trackPRBalance = true;
$prBalanceJson = '';
$startingPRBalance = 3;
$startingPRBalance = 5;
$maintainer_team_id = 133041;
$validation = "org";
$validation_count = 1;