Skip to content

Commit 9653eeb

Browse files
author
Vijay Vasudevan
authored
Fix config that makes file not json parseable.
Verified by loading file using python json.
1 parent 9ff79e0 commit 9653eeb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.mention-bot

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"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"
1111
}

0 commit comments

Comments
 (0)