]> granicus.if.org Git - python/commitdiff
Add the mention-bot configuration file (GH-352)
authorDonald Stufft <donald@stufft.io>
Tue, 28 Feb 2017 17:57:30 +0000 (12:57 -0500)
committerBrett Cannon <brettcannon@users.noreply.github.com>
Tue, 28 Feb 2017 17:57:30 +0000 (09:57 -0800)
Discussed at https://github.com/python/core-workflow/issues/32.

.mention-bot [new file with mode: 0644]

diff --git a/.mention-bot b/.mention-bot
new file mode 100644 (file)
index 0000000..c8fd439
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "maxReviewers": 5,
+  "numFilesToCheck": 10,
+  "findPotentialReviewers": true,
+  "fileBlacklist": [
+    "Misc/ACKS",
+    "Misc/NEWS"
+  ],
+  "userBlacklist": [],
+  "userBlacklistForPR": [],
+  "requiredOrgs": ["python"],
+}