auto-request-review
auto-request-review copied to clipboard
A GitHub Action that automatically requests review of a pull request based on files changes and/or groups the author belongs to 🤖
Location off context that was being used for organization was not correct. Once fixed I uncovered some other issues. First time working on GH action so wasn't sure how to...
Hello, I'm trying to use this action in one of the repos that I contribute to, but it seems you can only request review from collaborators, [see this test action](https://github.com/Qrox/Cataclysm-DDA/actions/runs/5076445159/jobs/9118621464?pr=13)....
I'm hoping to inquire whether the following use-case is supported: Team 1 - Maintainers Team 1 - Contributors Team 2 - Maintainers Team 2 - Contributors For a given glob,...
I have dynamics reviewers and I can't create the config file every time. Is there a way to pass the list of reviewers in the github action directly instead of...
### Discussed in https://github.com/necojackarc/auto-request-review/discussions/120 Originally posted by **chrockhill12** May 17, 2024 Config file: ``` reviewers: # The default reviewers defaults: # currently defaults to the default reviewers. Will randomly assign...
It's possible to select reviewers when opening a PR. In that case, I'd prefer that auto-request-review didn't add additional reviewers. If this is already possible, I'd love to know how!