Skip to content

Commit

Permalink
Add mention bot
Browse files Browse the repository at this point in the history
In order to deploy https://github.com/facebook/mention-bot it's good to
have a .mention-bot file in the root directory.

This PR adds that said file as well as creates a user blacklist so
maintainer alumni aren't needlessly pinged.
  • Loading branch information
cdrage committed Jul 11, 2017
1 parent 51a488c commit 9d89f56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mention-bot
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"maxReviewers": 3, // 3 is enough
"numFilesToCheck": 5,
"message": "@pullRequester, thanks! @reviewers, please review this.",
"findPotentialReviewers": true,
"fileBlacklist": ["*.md"], // ignore documentation
"userBlacklist": ["ngtuna", "janetkuo", "sebgoa"], // explicitly ignore pinging alumni
"assignToReviewer": false,
"createReviewRequest": true,
"createComment": true,
}

0 comments on commit 9d89f56

Please sign in to comment.