diff options
author | Stefan Krah <skrah@bytereef.org> | 2017-03-03 13:08:49 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2017-03-03 13:08:49 (GMT) |
commit | 460b1cc152630079adef8a9923089de734cbb26a (patch) | |
tree | ba3ce5fb7da7cfe8c7401eb02975816b65746010 /.mention-bot | |
parent | 4be6cc11ae09c158bcaa21f664462f6ef3c53799 (diff) | |
download | cpython-460b1cc152630079adef8a9923089de734cbb26a.zip cpython-460b1cc152630079adef8a9923089de734cbb26a.tar.gz cpython-460b1cc152630079adef8a9923089de734cbb26a.tar.bz2 |
Fix config file syntax (hopefully).
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.mention-bot b/.mention-bot index 1f74fbf..22ee462 100644 --- a/.mention-bot +++ b/.mention-bot @@ -7,6 +7,5 @@ "Misc/NEWS" ], "userBlacklist": ["gvanrossum"], - "userBlacklistForPR": ["benjaminp"], - "userBlacklistForPR": ["skrah"] + "userBlacklistForPR": ["benjaminp", "skrah"] } |