Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Update mention bot config #143

Merged
merged 1 commit into from
Jul 11, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions .mention-bot
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"maxReviewers": 3, // 3 is enough
"numFilesToCheck": 5,
"message": "@pullRequester, thanks! @reviewers, please review this.",
"findPotentialReviewers": true,
"fileBlacklist": ["*.md"], // ignore documentation
"assignToReviewer": false,
"createReviewRequest": true,
"createComment": true,
"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"],
"actions": ["opened", "labeled"],
"skipAlreadyMentionedPR": true,
"createReviewRequest": true
}