diff options
author | Tom <tomz@freedommail.ch> | 2016-01-28 09:26:21 +0000 |
---|---|---|
committer | Tom Zander <tomz@freedommail.ch> | 2016-01-28 09:26:21 +0000 |
commit | 27e1cf8770b649e0fd412c8809322261f92d0601 (patch) | |
tree | eb497bfffddb6aac3ef491d48f4b918c6fac9315 /.mention-bot | |
parent | 90f2a2352de876a5b125df2b9817f78790b25805 (diff) | |
download | nextcloud-server-27e1cf8770b649e0fd412c8809322261f92d0601.tar.gz nextcloud-server-27e1cf8770b649e0fd412c8809322261f92d0601.zip |
Stop spamming me.
Honestly, the bot should be improved, if a person hasn't contributed for
a long time it really doens't make sense to email him.
I would also argue that altering the .gitignore doesn't make me an
expert on that file. So classes of files really should not cause
the mention bot spamming me.
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot index 766ea2bacf2..f9af6d7f765 100644 --- a/.mention-bot +++ b/.mention-bot @@ -18,6 +18,7 @@ "userBlacklist": [ "owncloud-bot", "scrutinizer-auto-fixer", - "th3fallen" + "th3fallen", + "zander" ] } |