You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋
Not sure if this is a feature of this action, but is it possible to auto-assign reviewers based on a specific label?
Example, if the label backend is applied only reviewers from the backend group would be assigned to the PR. Same for the frontend label.
# Set to true to add reviewers from different groups to pull requests
useReviewGroups: true
# A list of reviewers, split into different groups, to be added to pull requests (GitHub user name)
reviewGroups:
backend:
- reviewerA
- reviewerB
- reviewerC
frontend:
- reviewerD
- reviewerE
- reviewerF
-
filterLabels:
include:
- backend
- frontend
# Not run
exclude:
- wip
Thank you.
The text was updated successfully, but these errors were encountered:
Hello 👋
Not sure if this is a feature of this action, but is it possible to auto-assign reviewers based on a specific label?
Example, if the label
backend
is applied only reviewers from the backend group would be assigned to the PR. Same for thefrontend
label.Thank you.
The text was updated successfully, but these errors were encountered: