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
reviewers:
defaults:
- team:a# Reviewer groups each of which has a list of GitHub usernamesgroups:
a:
- team:ab:
- team:b"**/*.go":
- team:a"**/*.js":
- team:boptions:
ignore_draft: truenumber_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.
The text was updated successfully, but these errors were encountered:
In our pipeline we have a config similar to this:
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.
The text was updated successfully, but these errors were encountered: