-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Create bot to assign new PR's to reviewers #16674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe use highfive. |
highfive is now live - see #17380 I would like to improve it to assign a better reviewer and to r? all PRs without r? (not just from first time contributors) |
Would it be possible to assign PRs through the github boxes instead of just with a mention? Just a mention tends to get drowned in the rest of email sometimes. |
https://developer.github.com/v3/issues/assignees/ doesn't list any ways to modify the assignee for some reason. |
Nevermind, https://developer.github.com/v3/issues/#edit-an-issue is what you're looking for. |
Done. |
We want to start moving toward a module ownership system where certain groups are responsible for reviewing certain subsystems. To do this we need to make sure that PR's get routed to the appropriate person. Let's have a bot that just assigns new PR's to reviewers round-robin, and they are responsible for making sure the right reviewer sees it.
The text was updated successfully, but these errors were encountered: