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
Is your feature request related to a problem? Please describe.
Currently listing a Github team assigns the whole team to the pull request, when in reality what I am hoping for is individual members in the team to be assigned.
Describe the solution you'd like
Can we define the team name org/team and X number of reviewers will be chosen from the github team.
Describe alternatives you've considered
Listing each individual member in a org/team. But then you'll have multiple list of teams to maintain.
Additional context
I am not entirely sure if this is already available and I am just listing the team incorrectly in the auto_assign.yml. At the moment it assigned the whole team to the pull request, which is not exactly what I was looking for. I only needed two members in the team.
The text was updated successfully, but these errors were encountered:
itomtom
pushed a commit
to itomtom/auto-assign
that referenced
this issue
Apr 14, 2020
* Using GitHub teams you can specify reviewers to be added to Pull
Request
* GitHub team's slug name is used under the label reviewersInTeams to
extract the members in the team
Fixeskentaro-m#123
* Using GitHub teams you can specify reviewers to be added to Pull
Request
* GitHub team's slug name is used under the label reviewersInTeams to
extract the members in the team
Fixeskentaro-m#123
Do you have the team set to auto assign? GitHub allows you to configure teams to automatically assign a set number of people to a PR, it'll even try to balance out the reviews for you.
Is your feature request related to a problem? Please describe.
Currently listing a Github team assigns the whole team to the pull request, when in reality what I am hoping for is individual members in the team to be assigned.
Describe the solution you'd like
Can we define the team name
org/team
and X number of reviewers will be chosen from the github team.Describe alternatives you've considered
Listing each individual member in a
org/team
. But then you'll have multiple list of teams to maintain.Additional context
I am not entirely sure if this is already available and I am just listing the team incorrectly in the auto_assign.yml. At the moment it assigned the whole team to the pull request, which is not exactly what I was looking for. I only needed two members in the team.
The text was updated successfully, but these errors were encountered: