kentaro-m / auto-assign-action

An action which adds reviewers to the pull request when the pull request is opened.
MIT License
291 stars 87 forks source link

Allow to enforce that reviewers and assignees are different #155

Open ADR-007 opened 10 months ago

ADR-007 commented 10 months ago

Add a new parameter to ensure that the people cannot be both "reviewer" and "assignee" at the same time.

# Set to true to enforce that reviewers and assignees are different
skipReviewersAsAssignees: false