diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-03-01 03:33:07 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2017-03-01 03:33:07 (GMT) |
commit | eca52296da65ccbe5b5926451453769ce4a069c3 (patch) | |
tree | 2645665baf000817cba90ee044ba6b6a37b1a055 /.mention-bot | |
parent | 1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a (diff) | |
download | cpython-eca52296da65ccbe5b5926451453769ce4a069c3.zip cpython-eca52296da65ccbe5b5926451453769ce4a069c3.tar.gz cpython-eca52296da65ccbe5b5926451453769ce4a069c3.tar.bz2 |
Fix syntax error in .mention-bot (#361)
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 c8fd439..13b85d6 100644 --- a/.mention-bot +++ b/.mention-bot @@ -8,5 +8,5 @@ ], "userBlacklist": [], "userBlacklistForPR": [], - "requiredOrgs": ["python"], + "requiredOrgs": ["python"] } |