summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-11-16 00:22:50 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-11-16 00:22:50 +0100
commite216f1646792a356cd84d95e829f0c88ae4d071a (patch)
tree93bc90bb155a305066019768174c04821b25677a
parentfd5cd073cd36b1da7645e4c1cf3d2a7e3ddc664a (diff)
downloadcherrypy-git-e216f1646792a356cd84d95e829f0c88ae4d071a.tar.gz
Drop the deprecated mention bot config
This used to be an Fb's integration that's been sunset years ago.
-rw-r--r--.mention-bot17
1 files changed, 0 insertions, 17 deletions
diff --git a/.mention-bot b/.mention-bot
deleted file mode 100644
index 4e34e1e2..00000000
--- a/.mention-bot
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "maxReviewers": 5,
- "numFilesToCheck": 10,
- "findPotentialReviewers": true,
- "fileBlacklist": ["*.md"],
- "userBlacklist": [],
- "userBlacklistForPR": [],
- "requiredOrgs": [],
- "actions": ["opened"],
- "branches": [],
- "skipAlreadyAssignedPR": false,
- "skipAlreadyMentionedPR": false,
- "assignToReviewer": true,
- "createReviewRequest": true,
- "createComment": true,
- "skipCollaboratorPR": false
-}