]> granicus.if.org Git - python/commitdiff
Don't require the Python org to mention someone (GH-393)
authorDonald Stufft <donald@stufft.io>
Thu, 2 Mar 2017 22:47:44 +0000 (17:47 -0500)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 22:47:44 +0000 (17:47 -0500)
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

index 0af4b08ca00e5250e0d9096cf173575884b74756..78c06ae02baaa1713cdd804d99a8ada3a1993466 100644 (file)
@@ -7,6 +7,5 @@
     "Misc/NEWS"
   ],
   "userBlacklist": ["gvanrossum"],
-  "userBlacklistForPR": ["benjaminp"],
-  "requiredOrgs": ["python"]
+  "userBlacklistForPR": ["benjaminp"]
 }