Skip to content

Commit fea9676

Browse files
authored
Exclude myself from mention-bot (#529)
I made changes in almost all CPython files last 5 years, so mention-bot asks me to review basically all pull requests. I simply don't have the bandwidth to review everything, sorry! I prefer to select myself which PR I want to follow.
1 parent 98e80c2 commit fea9676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mention-bot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"Misc/NEWS",
88
"Doc/whatsnew/*.rst"
99
],
10-
"userBlacklist": ["gvanrossum", "skrah"],
10+
"userBlacklist": ["gvanrossum", "skrah", "haypo"],
1111
"userBlacklistForPR": ["benjaminp", "skrah"]
1212
}

0 commit comments

Comments
 (0)