Skip to content

Commit

Permalink
Update .mention-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodoTheTrue committed Mar 25, 2016
1 parent 51e1e16 commit 18c8d75
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .mention-bot
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"maxReviewers": 2, // Maximum number of people to ping in the PR message, default is 3
"numFilesToCheck": 10, // Number of files to check against, default is 5
"alwaysNotifyForPaths": [], // users will always be mentioned based on file glob
"fallbackNotifyForPaths": [
{
"name": "Nikit0s", // The user's Github username
"files": ["*.*"] // The array of file globs associated with the user
},
{
"name": "FrodoTheTrue", // The user's Github username
"files": ["*.*"] // The array of file globs associated with the user
}
], // users will be mentioned based on file glob if no other user was found
"findPotentialReviewers": true, // mention-bot will try to find potential reviewers based on files history, if disabled, `alwaysNotifyForPaths` is used instead
"fileBlacklist": [], // mention-bot will ignore any files that match these file globs
"userBlacklist": [], // users in this list will never be mentioned by mention-bot
"userBlacklistForPR": [], // PR made by users in this list will be ignored
"requiredOrgs": [], // mention-bot will only mention user who are a member of one of these organizations
"actions": ["opened"] // List of PR actions that mention-bot will listen to, default is "opened"
"maxReviewers": 2, // Maximum number of people to ping in the PR message, default is 3
"numFilesToCheck": 10, // Number of files to check against, default is 5
"alwaysNotifyForPaths": [], // users will always be mentioned based on file glob
"fallbackNotifyForPaths": [
{
"name": "Lakate",
"files": ["*.*"]
},
{
"name": "Nikit0s",
"files": ["*.*"]
}
], // users will be mentioned based on file glob if no other user was found
"findPotentialReviewers": true, // mention-bot will try to find potential reviewers based on files history, if disabled, `alwaysNotifyForPaths` is used instead
"fileBlacklist": [], // mention-bot will ignore any files that match these file globs
"userBlacklist": [], // users in this list will never be mentioned by mention-bot
"userBlacklistForPR": [], // PR made by users in this list will be ignored
"requiredOrgs": ['urfu-2015'], // mention-bot will only mention user who are a member of one of these organizations
"actions": ["opened"] // List of PR actions that mention-bot will listen to, default is "opened"
}

0 comments on commit 18c8d75

Please sign in to comment.