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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"explode" GitHub team when using as a reviewer group #107

Open
pd93 opened this issue Jul 14, 2023 · 0 comments
Open

"explode" GitHub team when using as a reviewer group #107

pd93 opened this issue Jul 14, 2023 · 0 comments

Comments

@pd93
Copy link

pd93 commented Jul 14, 2023

In our pipeline we have a config similar to this:

reviewers:
  defaults:
    - team:a

  # Reviewer groups each of which has a list of GitHub usernames
  groups:
    a:
      - team:a
    b: 
      - team:b
     
  "**/*.go":
    - team:a
  "**/*.js":
    - team:b

options:
  ignore_draft: true
  number_of_reviewers: 2

At the moment, this will assign the actual GitHub team for the given file changes. I would like it to assign 2 users from inside these teams instead of the team as a whole. Is this possible? It would allow us to manage the groups via GitHub rather than listing users in the config manually which requires us to commit changes any time the teams change.

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