File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"maxReviewers": 2,
3
- "numFilesToCheck": 10, // Number of files to check against, default is 5
4
- "userBlacklist": ["tensorflower-gardener"], // users in this list will never be mentioned by mention-bot
5
- "requiredOrgs": ["tensorflow"], // mention-bot will only mention user who are a member of one of these organizations
6
- "skipAlreadyAssignedPR": true, // mention-bot will ignore already assigned PR's
7
- "skipAlreadyMentionedPR": true, // mention-bot will ignore if there is already existing an exact mention
8
- "skipTitle": "Branch", // mention-bot will ignore PR that includes text in the title,
9
- "delayed": true, // mention-bot will wait to comment until specified time in `delayedUntil` value
10
- "delayedUntil": "10m",
3
+ "numFilesToCheck": 10,
4
+ "userBlacklist": ["tensorflower-gardener"],
5
+ "requiredOrgs": ["tensorflow"],
6
+ "skipAlreadyAssignedPR": true,
7
+ "skipAlreadyMentionedPR": true,
8
+ "skipTitle": "Branch",
9
+ "delayed": true,
10
+ "delayedUntil": "10m"
11
11
}
You can’t perform that action at this time.
0 commit comments