Browse Source

Add Mention Bot (#2578)

* added mention bot

* fix markdown
Nate 8 years ago
parent
commit
f6a01f1425
1 changed files with 23 additions and 0 deletions
  1. 23 0
      .mention-bot

+ 23 - 0
.mention-bot

@@ -0,0 +1,23 @@
+{
+  "maxReviewers": 10,
+  "numFilesToCheck": 100,
+  "message": "Thanks @pullRequester for contributing to The Framework Benchmarks! @reviewers, code you've worked on has been modified. If you have the chance, please review. If you wish to unsubscribe from these notices, please add your name to the userBlacklist array in the `.mention-bot` file.",
+  "alwaysNotifyForPaths": [
+    {
+      "name": "TechEmpower",
+      "files": ["*"],
+      "skipTeamPrs": false
+    }
+  ],
+  "fileBlacklist": [],
+  "userBlacklist": [],
+  "userBlacklistForPR": [],
+  "actions": ["opened"],
+  "skipAlreadyAssignedPR": false,
+  "skipAlreadyMentionedPR": false,
+  "assignToReviewer": false,
+  "createReviewRequest": false,
+  "skipTitle": "review-skip",
+  "delayed": false,
+  "skipCollaboratorPR": false
+}