hkusu / review-assign-action

GitHub Actions to automatically set assignees and reviewers on pull requests.
MIT License
34 stars 7 forks source link

Always require specific reviewers #34

Open coryzibell opened 3 months ago

coryzibell commented 3 months ago

It would be awesome to have an array of people that are "always" assigned as reviewers to a ticket. The context there are some senior engineers on my team and I'd like a review from at least one of them on every ticket.

But I'm trying to get newer team members to review as well, so randomly choosing from a separate list (up to the maximum number of reviewers set) would happen, and then the required reviewers would be added separately.