8000 Don't require the Python org to mention someone (GH-393) · python/cpython@cdf037c · GitHub
[go: up one dir, main page]

Skip to content

Commit cdf037c

Browse files
authored
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.
1 parent 1bea762 commit cdf037c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.mention-bot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
"Misc/NEWS"
88
],
99
"userBlacklist": ["gvanrossum"],
10-
"userBlacklistForPR": ["benjaminp"],
11-
"requiredOrgs": ["python"]
10+
"userBlacklistForPR": ["benjaminp"]
1211
}

0 commit comments

Comments
 (0)
0