Skip to content

Commit 3a5f8a5

Browse files
Update .mention-bot
1 parent 3a27443 commit 3a5f8a5

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.mention-bot

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
{
2-
"maxReviewers": 3,
3-
"numFilesToCheck": 5,
2+
"maxReviewers": 3, // Maximum number of people to ping in the PR message, default is 3
3+
"numFilesToCheck": 10, // Number of files to check against, default is 5
44
"message": "@pullRequester, thank you for submitting your add-on to the official Kodi repository. Please give us some time to review your add-on code to make sure it's following our guideliness according to http://kodi.wiki/view/Add-on_rules Should you make any changes to the pull-request always squash the commits and force push to your branch.",
5-
"findPotentialReviewers": false,
6-
"userBlacklist": [ "FernetMenta" ],
7-
"userBlacklistForPR": [],
8-
"requiredOrgs": [],
9-
"actions": ["opened"],
10-
"skipAlreadyAssignedPR": true,
11-
"skipAlreadyMentionedPR": true,
12-
"assignToReviewer": false,
13-
"skipTitle": "",
14-
"withLabel": "",
15-
"delayed": false,
16-
"delayedUntil": "1h",
17-
"skipCollaboratorPR": false
5+
"findPotentialReviewers": false, // mention-bot will try to find potential reviewers based on files history, if disabled, `alwaysNotifyForPaths` is used instead
6+
"userBlacklist": ["FernetMenta"], // Users in this list will never be mentioned by mention-bot
7+
"actions": ["opened"], // List of PR actions that mention-bot will listen to, default is "opened"
8+
"createComment": true, // mention-bot creates a comment mentioning the reviewers for the PR
189
}

0 commit comments

Comments
 (0)