forked from xbmc/repo-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mention-bot
More file actions
18 lines (18 loc) · 769 Bytes
/
Copy path.mention-bot
File metadata and controls
18 lines (18 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"maxReviewers": 3,
"numFilesToCheck": 5,
"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.",
"findPotentialReviewers": false,
"userBlacklist": [ "FernetMenta" ],
"userBlacklistForPR": [],
"requiredOrgs": [],
"actions": ["opened"],
"skipAlreadyAssignedPR": true,
"skipAlreadyMentionedPR": true,
"assignToReviewer": false,
"skipTitle": "",
"withLabel": "",
"delayed": false,
"delayedUntil": "1h",
"skipCollaboratorPR": false
}