From 18f0fa8b48d917f4043f7807fecf61c8a21011f5 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Thu, 2 Mar 2017 07:58:52 -0500 Subject: [PATCH] Don't require the Python org to mention someone 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 0af4b08ca00e52..78c06ae02baaa1 100644 --- a/.mention-bot +++ b/.mention-bot @@ -7,6 +7,5 @@ "Misc/NEWS" ], "userBlacklist": ["gvanrossum"], - "userBlacklistForPR": ["benjaminp"], - "requiredOrgs": ["python"] + "userBlacklistForPR": ["benjaminp"] }