浏览代码

fix name in user blacklist (#2644)

Nate 8 年之前
父节点
当前提交
e971834b3d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .mention-bot

+ 2 - 2
.mention-bot

@@ -1,7 +1,7 @@
 {
   "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 open a Pull Request with the commit message `[ci skip]` and your name added to the userBlacklist array in the `.mention-bot` file.",
+  "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 open a Pull Request with the commit message `[ci skip]` and your github name added to the userBlacklist array in the `.mention-bot` file.",
   "alwaysNotifyForPaths": [
     {
       "name": "TechEmpower",
@@ -10,7 +10,7 @@
     }
   ],
   "fileBlacklist": [],
-  "userBlacklist": [hamiltont],
+  "userBlacklist": ["hamiltont"],
   "userBlacklistForPR": [],
   "actions": ["opened"],
   "skipAlreadyAssignedPR": false,