diff --git a/.mention-bot b/.mention-bot index 07bec1c4f0..f27dc4e057 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,20 +1,19 @@ { - "maxReviewers": 3, // Maximum number of people to ping in the PR message, default is 3 - "numFilesToCheck": 5, // Number of files to check against, default is 5 + "maxReviewers": 3, + "numFilesToCheck": 5, "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.", - // custom message using @pullRequester and @reviewers - "findPotentialReviewers": true, // mention-bot will try to find potential reviewers based on files history, if disabled, `alwaysNotifyForPaths` is used instead - "fileBlacklist": ["*.md", "vendor/*", "lib/*", "*.png", "*.svg"], // mention-bot will ignore any files that match these file globs - "userBlacklist": ["job", "adamathefrog"], // 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" - "skipAlreadyAssignedPR": true, // mention-bot will ignore already assigned PR's - "skipAlreadyMentionedPR": true, // mention-bot will ignore if there is already existing an exact mention - "assignToReviewer": false, // mention-bot assigns the most appropriate reviewer for PR - "skipTitle": "--no review--", // mention-bot will ignore PR that includes text in the title, - "withLabel": "", // mention-bot will only consider PR's with this label. Must set actions to ["labeled"]. - "delayed": true, // mention-bot will wait to comment until specified time in `delayedUntil` value - "delayedUntil": "30 minutes", // Used if delayed is equal true, permitted values are: minutes, hours, or days, e.g.: '3 days', '40 minutes', '1 hour', '3d', '1h', '10m' - "skipCollaboratorPR": false // mention-bot will ignore if PR is made by collaborator + "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": "", + "delayed": true, + "delayedUntil": "30 minutes", + "skipCollaboratorPR": false } \ No newline at end of file