From cdf037c212675b11c10c4d0d76496f5d81154882 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Thu, 2 Mar 2017 17:47:44 -0500 Subject: [PATCH] Don't require the Python org to mention someone (GH-393) Previously we configured the mention-bot to only mention people who are members of the Python organization. However, this doesn't currently work if members don't have their membership public. Instead we will configure mention-bot to poke anyone, even non-members. --- .mention-bot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mention-bot b/.mention-bot index 0af4b08ca0..78c06ae02b 100644 --- a/.mention-bot +++ b/.mention-bot @@ -7,6 +7,5 @@ "Misc/NEWS" ], "userBlacklist": ["gvanrossum"], - "userBlacklistForPR": ["benjaminp"], - "requiredOrgs": ["python"] + "userBlacklistForPR": ["benjaminp"] } -- 2.40.0