summaryrefslogtreecommitdiffstats
path: root/.mention-bot
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-11-24 12:22:23 -0500
committerShea Levy <shea@shealevy.com>2016-11-24 12:22:23 -0500
commit4438ea18fb4beace6cbce2e824abb8f6b274ce5b (patch)
treec7f3fdc3137a81a802a24b1f4413fd30efc29d8e /.mention-bot
parent516f839c0d88f3472e40aa4458b41b41c3ce013e (diff)
Add self to the mention bot blacklist
Diffstat (limited to '.mention-bot')
-rw-r--r--.mention-bot3
1 files changed, 2 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot
index 8aeeedace10f..2bbe4a40bd49 100644
--- a/.mention-bot
+++ b/.mention-bot
@@ -1,7 +1,8 @@
{
"userBlacklist": [
"civodul",
- "jhasse"
+ "jhasse",
+ "shlevy"
],
"alwaysNotifyForPaths": [
{ "name": "FRidh", "files": ["pkgs/top-level/python-packages.nix", "pkgs/development/interpreters/python/*", "pkgs/development/python-modules/*" ] },