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.
"Misc/NEWS"
],
"userBlacklist": ["gvanrossum"],
- "userBlacklistForPR": ["benjaminp"],
- "requiredOrgs": ["python"]
+ "userBlacklistForPR": ["benjaminp"]
}