From 77b25b3dbd58f18582d63745d16a965a01695ba5 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 28 Feb 2017 16:31:23 -0800 Subject: [PATCH] Fix syntax error in .mention-bot See https://github.com/python/cpython/pull/360#issuecomment-283204059 --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index c8fd4392ccfced..13b85d6ccaf407 100644 --- a/.mention-bot +++ b/.mention-bot @@ -8,5 +8,5 @@ ], "userBlacklist": [], "userBlacklistForPR": [], - "requiredOrgs": ["python"], + "requiredOrgs": ["python"] }