Browse Source

fix name in user blacklist (#2644)

Nate 8 years ago
parent
commit
e971834b3d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .mention-bot

+ 2 - 2
.mention-bot

@@ -1,7 +1,7 @@
 {
 {
   "maxReviewers": 10,
   "maxReviewers": 10,
   "numFilesToCheck": 100,
   "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": [
   "alwaysNotifyForPaths": [
     {
     {
       "name": "TechEmpower",
       "name": "TechEmpower",
@@ -10,7 +10,7 @@
     }
     }
   ],
   ],
   "fileBlacklist": [],
   "fileBlacklist": [],
-  "userBlacklist": [hamiltont],
+  "userBlacklist": ["hamiltont"],
   "userBlacklistForPR": [],
   "userBlacklistForPR": [],
   "actions": ["opened"],
   "actions": ["opened"],
   "skipAlreadyAssignedPR": false,
   "skipAlreadyAssignedPR": false,