Skip to content

Commit 81788e9

Browse files
dstufftbrettcannon
authored andcommitted
Add the mention-bot configuration file (GH-352)
Discussed at python/core-workflow#32.
1 parent 267b9d2 commit 81788e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.mention-bot

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"maxReviewers": 5,
3+
"numFilesToCheck": 10,
4+
"findPotentialReviewers": true,
5+
"fileBlacklist": [
6+
"Misc/ACKS",
7+
"Misc/NEWS"
8+
],
9+
"userBlacklist": [],
10+
"userBlacklistForPR": [],
11+
"requiredOrgs": ["python"],
12+
}

0 commit comments

Comments
 (0)