Commit cdf037c2 authored by Donald Stufft's avatar Donald Stufft Committed by GitHub

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.
parent 1bea762d
...@@ -7,6 +7,5 @@ ...@@ -7,6 +7,5 @@
"Misc/NEWS" "Misc/NEWS"
], ],
"userBlacklist": ["gvanrossum"], "userBlacklist": ["gvanrossum"],
"userBlacklistForPR": ["benjaminp"], "userBlacklistForPR": ["benjaminp"]
"requiredOrgs": ["python"]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment