From: Donald Stufft Date: Thu, 2 Mar 2017 22:47:44 +0000 (-0500) Subject: Don't require the Python org to mention someone (GH-393) X-Git-Tag: v3.7.0a1~1229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdf037c212675b11c10c4d0d76496f5d81154882;p=python 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. --- 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"] }