We have a bot that assigns requested reviewer users to a pull request.
This should become dynamic -
If a user provides their review, they should be removed from the list.
If any new reviewer is requested, they should be added, even if it goes above 2.
We should also check how it currently drops off users from the list if they exceed the maximum; the current approach may overselect by alphabetical order.
We have a bot that assigns requested reviewer users to a pull request.
This should become dynamic -
If a user provides their review, they should be removed from the list.
If any new reviewer is requested, they should be added, even if it goes above 2.
We should also check how it currently drops off users from the list if they exceed the maximum; the current approach may overselect by alphabetical order.