librenms/.mention-bot

20 lines
648 B
Plaintext
Raw Normal View History

2017-01-08 17:39:12 +00:00
{
2017-01-08 18:06:15 +00:00
"maxReviewers": 3,
"numFilesToCheck": 5,
2017-01-08 17:39:12 +00:00
"message": "Thank you for submitting a PR @pullRequester! We have found the following @reviewers based on the history of these files to review this PR.",
2017-01-08 18:06:15 +00:00
"findPotentialReviewers": true,
"fileBlacklist": ["*.md", "vendor/*", "lib/*", "*.png", "*.svg"],
"userBlacklist": ["job", "adamathefrog"],
"userBlacklistForPR": [],
"requiredOrgs": [],
"actions": ["opened"],
"skipAlreadyAssignedPR": true,
"skipAlreadyMentionedPR": true,
"assignToReviewer": false,
"skipTitle": "--no review--",
"withLabel": "",
2017-01-09 21:19:03 +00:00
"delayed": false,
"delayedUntil": "30m",
2017-01-08 18:06:15 +00:00
"skipCollaboratorPR": false
2017-01-09 21:19:03 +00:00
}