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