RFE: Auto add reviewer
Feature:
Add a configuration setting for repos to auto add reviews. This can be configured to be on every PR, or based on a particular label being added.
This will be configurable in the settings.yml.
Similar to #340
I just can't win today... sorry for the dups...
+1 to this suggestion. In reviewing blocker BZs and their PRs, I've seen a few where the PR didn't have a reviewer for a couple of days. Seems to me, having reviewers auto added, may help move along the review/merge process.
The automated request for review can be achieved via a CODEOWNERS file in repository.
Code owners are automatically requested for review when someone opens a pull request that modifies code that they own.
There is an example (April 26, 2018) from skateman who has created a pull request in which was martinpovolny as a codeowner of the manageiq-ui-classic repository automatically requested for a pull request review.
Example: https://github.com/ManageIQ/manageiq-ui-classic/pull/3862
https://github.com/ManageIQ/manageiq/pull/18594
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation.