Make ignoreReviewers exclude users from Assignment or add excludeReviewers option
#44442
frq-asgard-josi
started this conversation in
Suggest an Idea
Replies: 1 comment 5 replies
|
Sounds good to me. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Examples:
reviewersFromCodeownersI want to exclude certain users (e.g. renovate-bot) from the resolved list of users.While one might think
ignoreReviewerscan be used for this, this is not the case at the moment. This is correctly documented on the configuration options page forignoreReviewersbut reading the Assignees and Reviewers section in the automerge docs leaves enough room for interpretation to assume it might also exclude these users from actual assignment.To solve this we could either extend the
ignoreReviewersbehaviour or add a new config option (such asexcludeReviewers)If this request gets approved I would offer to create a PR for this as well.
All reactions