-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] PRs should support add_reviewer action #337
Comments
cc @abonas |
I also wondered about this ability recently |
From @chriskacerguis 's comment in the duplicate issue:
I think this is something that really doesn't exist even with the |
There is a feature for dismissing reviews that only those with merge rights can do, but it requires a reason. So it we wanted to expose that, the command would have to be something like
I agree. |
I don't think there really needs to be an inverse at all. Designating a reviewer is requesting a review from someone; how common do you think it is for people to 'unrequest' someone to review something? It usually involves just requesting someone else anyway, if that person is gone. I'd just do |
@chrisarcand I would argue there is a use case, especially for those who are asked to review, but then feel like they don't have the proper skill set to review. As an example: ManageIQ/manageiq#14525 (comment) In this case, Greg had permissions to remove himself, but for folks like myself, if I were assigned as a reviewer (right now, by someone who has merge rights), I have no way of removing myself. This would give those without merge rights the ability to opt out of a review they were asked to do that they don't feel like they were qualified to do in the first place.
Sure, this is fine I guess, but I would say there have been many times where I have had 4 or so reviewers stacked up on a single PR, and it would be in deadlock trying to determine who had the final say since maybe only 1 had given approval, and the rest are either in limbo or not responding. |
¯\_(ツ)_/¯ Fair. Then for that use case, the command could be further simplified by not having a generic (Realized this is a longwinded way of saying yes to the above comments, just don't bother having to include a username as it always has to be you...) |
Agreed, I think the |
See https://developer.github.com/v3/pulls/review_requests/ for GitHub API |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation. |
See ManageIQ/manageiq#14552 (comment) for example usage.
The text was updated successfully, but these errors were encountered: