-
Notifications
You must be signed in to change notification settings - Fork 5
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
Codeowner updates #58
Comments
GitHub already suggests reviewers based on recent edits to files in the diff. I wish we could tap into that instead of reimplementing the logic. But your approach can be a decent default plan until we figure a way to use the suggestions. We could consider scraping the GitHub UI and hitting the suggestions. |
@0x4007 Does this also work and suggest for outside collaborators? |
I don't think it does. Only collaborators. You can't ask for reviews from non collaborators |
It seems you can if they wrote a comment in the PR or got mentioned. But I agree it would be nice to use the suggestions that github already suggests. |
I think it's a great idea
|
We do not make great use of the Code Owners file. It could be very handy for new contributors as they might not know who to ask for reviews. It would also make sure that on any pull-request opened someone is assigned, so the pull-request is taken care of.
I do not know if that should be a plugin or a simple action file in the template, but I believe it might help speeding up reviews and avoid missing them.
My idea is that people who edited a file should automatically get their name within the code owners associated with that file so GitHub automatically assigns them if that files get modified later on by someone else.
The text was updated successfully, but these errors were encountered: