-
Notifications
You must be signed in to change notification settings - Fork 128
Assign a random team member with r+ priviliges on r? @rust-lang/<team> #187
Comments
I'm not familiar with the code-base but... To do this, it should be sufficient to:
cc @pietroalbini to correct mistakes I might have made or clarifications if need be. |
I'm not sure if it's that useful to intersect with the list of users with r+ rights though. The list seems correct to me, cc @davidalber |
That should cover the case for new comments. You probably want to have this behavior for messages in new PRs, as well. You'll want to encapsulate all of the logic for converting the team alias to a user inside a function, possibly inside |
Would it be enough to stick to the default directory-based assignment algorithm? #241 could be an alternative if so.
That sounds like a bug in itself, highfive should never unassign without assigning someone else. |
If someone writes:
Then we could for example assign steveklabnik since they have r+ rights.
This mistake happens from time to time; what happens now when someone writes the above is to leave the PR without a reviewer...
cc rust-lang/rust#57357 (comment)
The text was updated successfully, but these errors were encountered: