Pārlūkot izejas kodu

Add Mention Bot (#2578)

* added mention bot

* fix markdown
Nate 8 gadi atpakaļ
vecāks
revīzija
f6a01f1425
1 mainītis faili ar 23 papildinājumiem un 0 dzēšanām
  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
+}