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.
I'm using actions and it assigned reviewers randomly each time the PR is updated with a new change, eventually adding too many people or everyone on my list.
Describe the solution you'd like
I'd like it to use some deterministic way of picking reviewers that is associated with something like a PR ID, so it will not assign more, different people with each push to the PR.
Describe alternatives you've considered
I haven't looked, but if PR ID is not a thing, maybe some other PR metadata, or branch name could be used.
I can look into implementing this and look forward to hearing if you like the idea and would accept a PR.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm using actions and it assigned reviewers randomly each time the PR is updated with a new change, eventually adding too many people or everyone on my list.
Describe the solution you'd like
I'd like it to use some deterministic way of picking reviewers that is associated with something like a PR ID, so it will not assign more, different people with each push to the PR.
Describe alternatives you've considered
I haven't looked, but if PR ID is not a thing, maybe some other PR metadata, or branch name could be used.
I can look into implementing this and look forward to hearing if you like the idea and would accept a PR.
The text was updated successfully, but these errors were encountered: