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
I have a github team that I'm trying to automatically request reviews by all team members, for all team members.
Ex: team-1 consists of [dev1, dev2, dev3]. If dev2 submits a PR, I want dev1 and dev3 to be requested automatically. However, only the following seems to work:
I'm using almost exactly the style of config in your second example, with these config options, and it works great!
I misunderstood, and it's not actually working properly because it's recognizing that the author is a member of the specified team, but instead it's just falling back to assigning the default team as the reviewer, which happened to be correct in my case.
I have opened a PR to address this erroneous README suggestion in #124
I have a github team that I'm trying to automatically request reviews by all team members, for all team members.
Ex: team-1 consists of [dev1, dev2, dev3]. If dev2 submits a PR, I want dev1 and dev3 to be requested automatically. However, only the following seems to work:
I would have expected this to work, too:
Setting
enable_group_assignment: true
doesn't work, either. Is there a way to do this that I'm missing?The text was updated successfully, but these errors were encountered: