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

Commit

Permalink
Update mention bot config (#143)
Browse files Browse the repository at this point in the history
Due to a few inherent bugs (labels due to a possible CLA bot in the
future (if we are added to k8s incubator) as well as some other changes
such as not posting multiple comments if already mentioned.
  • Loading branch information
cdrage committed Jul 11, 2017
1 parent b260a64 commit 5735ad8
Showing 1 changed file with 6 additions and 8 deletions.
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
}

0 comments on commit 5735ad8

Please sign in to comment.