From: Berker Peksag Date: Wed, 1 Mar 2017 03:33:07 +0000 (+0300) Subject: Fix syntax error in .mention-bot (#361) X-Git-Tag: v3.7.0a1~1254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eca52296da65ccbe5b5926451453769ce4a069c3;p=python Fix syntax error in .mention-bot (#361) --- diff --git a/.mention-bot b/.mention-bot index c8fd4392cc..13b85d6cca 100644 --- a/.mention-bot +++ b/.mention-bot @@ -8,5 +8,5 @@ ], "userBlacklist": [], "userBlacklistForPR": [], - "requiredOrgs": ["python"], + "requiredOrgs": ["python"] }