diff options
author | Stefan Krah <skrah@bytereef.org> | 2017-03-06 17:28:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 17:28:29 (GMT) |
commit | 4e0f612a1fc8444fe4fef3231f6934379e302a26 (patch) | |
tree | 012938a361654746c980d42270c689cfdb74e9dd /.mention-bot | |
parent | 2e5642422f6234fd8d0c082142b27340e588f96e (diff) | |
download | cpython-4e0f612a1fc8444fe4fef3231f6934379e302a26.zip cpython-4e0f612a1fc8444fe4fef3231f6934379e302a26.tar.gz cpython-4e0f612a1fc8444fe4fef3231f6934379e302a26.tar.bz2 |
The mention-bot is too exuberant for my taste. (#522)
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot index 22ee462..10eef5e 100644 --- a/.mention-bot +++ b/.mention-bot @@ -6,6 +6,6 @@ "Misc/ACKS", "Misc/NEWS" ], - "userBlacklist": ["gvanrossum"], + "userBlacklist": ["gvanrossum", "skrah"], "userBlacklistForPR": ["benjaminp", "skrah"] } |