Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group of reviewers per label #111

Open
k-mitevski opened this issue Feb 16, 2023 · 0 comments
Open

Group of reviewers per label #111

k-mitevski opened this issue Feb 16, 2023 · 0 comments

Comments

@k-mitevski
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant