Ignore pinging dusty on PR's

Adds Dusty to the user blacklist so he doesn't get pinged.
This commit is contained in:
Charlie Drage 2017-07-17 09:56:48 -04:00
parent 796313f626
commit 95ff7ece51

View File

@ -2,7 +2,7 @@
"numFilesToCheck": 10,
"message": "@pullRequester, thank you for the pull request! We'll ping some people to review your PR. @reviewers, please review this.",
"fileBlacklist": ["*.md"],
"userBlacklist": ["ngtuna", "janetkuo", "sebgoa"],
"userBlacklist": ["ngtuna", "janetkuo", "sebgoa", "dustymabe"],
"actions": ["opened", "labeled"],
"skipAlreadyMentionedPR": true,
"createReviewRequest": true