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
What happened:
I will often manually add PR reviewers before posting the PR, if they have specific knowledge/context on the work. Whether or not the PR author has manually added reviewers, the review bot will currently add 2 extra randomly-assigned reviewers.
What you expected to happen:
The reviewer bot should only assign the minimum number of randomly selected reviewers. If I have added 1 reviewer, the bot should assign only 1 more. If I have added 2 reviewers and 1 is a code owner, the bot should not assign any more.
Reproduction Steps
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
Create a draft PR
Manually assign 2 reviewers.
Open the PR (convert out of draft state)
See that the reviewer bot will randomly assign 2 more reviewers.
The text was updated successfully, but these errors were encountered:
Another side effect of this: converting a PR from "Ready for review" to "Draft", and back to "Ready for review" will add 2 more reviewers to the ones already assigned.
zmb3
transferred this issue from gravitational/teleport
Jul 17, 2023
Description
What happened:
I will often manually add PR reviewers before posting the PR, if they have specific knowledge/context on the work. Whether or not the PR author has manually added reviewers, the review bot will currently add 2 extra randomly-assigned reviewers.
What you expected to happen:
The reviewer bot should only assign the minimum number of randomly selected reviewers. If I have added 1 reviewer, the bot should assign only 1 more. If I have added 2 reviewers and 1 is a code owner, the bot should not assign any more.
Reproduction Steps
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
The text was updated successfully, but these errors were encountered: