STT-tensorflow/.mention-bot
Vijay Vasudevan 9653eebf38 Fix config that makes file not json parseable.
Verified by loading file using python json.
2016-11-04 10:59:32 -07:00

12 lines
265 B
Plaintext

{
"maxReviewers": 2,
"numFilesToCheck": 10,
"userBlacklist": ["tensorflower-gardener"],
"requiredOrgs": ["tensorflow"],
"skipAlreadyAssignedPR": true,
"skipAlreadyMentionedPR": true,
"skipTitle": "Branch",
"delayed": true,
"delayedUntil": "10m"
}