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.
This commit is contained in:
Donald Stufft 2017-03-02 17:47:44 -05:00 committed by GitHub
parent 1bea762d9e
commit cdf037c212
1 changed files with 1 additions and 2 deletions

View File

@ -7,6 +7,5 @@
"Misc/NEWS"
],
"userBlacklist": ["gvanrossum"],
"userBlacklistForPR": ["benjaminp"],
"requiredOrgs": ["python"]
"userBlacklistForPR": ["benjaminp"]
}