How to remove a reviewer from a Pull Request #23054
|
We have our PR’s to require a minimum amount of reviewers to be approved. Sometimes people are out or priorites shift so others may pick up a the process of reviewing which leaves the previous reviewers on the request. Also, as people comment or get mentioned in the conversation, they get added to the list as well. Is there a way to totally remove them as a reviewer? I know we can just change their status but visually it’s not the best looking at possibly a list of people who may never actually review something |
Replies: 28 comments 34 replies
|
Hi @jimn-tn, Thanks for being here! You can dismiss pull request reviews that are no longer valid or are unable to be approved by the reviewer, but as you’ve mentioned on your post their names remain on the list. We’re always working to improve GitHub and we consider every suggestion we receive. I don’t show that we are planning to implement any flow changes like that to the PR reviews feature in the immediate future, but I have added this to our internal request list for the team to review and consider. We can’t say if/when we may add a feature, but we really appreciate you providing feedback on how we can make GitHub work better for you! Best, Andrea |
|
This would help me, too. If I’m essentially mentoring a new contributor through a PR, I’ld like to remove myself from the list of reviewers when the PR is ready and goes up for actual review. As it stands, I can’t. |
|
click on the gear icon where you’d normally add reviewers, locate yourself and uncheck to remove yourself |
|
After clicking on my icon I still appear on the list of Reviewers, but without the yellow dot. This is not what I am aiming for. |
|
I often get assigned to some PRs which I don’t need to be a reviewer anymore. I would like a simple functionality to remove myself from the reviewer list similar to how I can add myself to the list. Currently, click on my name does nothing. Please add this feature. |
|
Any update on this? I want to allow someone who has interacted with a PR in the past to remove themselves from the reviewer list. My reasons for this are:
|
|
Hello @BigLep - and thank you for this feedback! It looks like since this topic was initially posted our feedback and feature request process has changed. If you wouldn’t mind, I encourage you to submit your feedback via the new GitHub Feedback Discussions forum so that our product team can better track your request :slight_smile:. It’s a new thing, but we’re trying to push all product feedback to the same new area so it’s easier to find and consolidate user feedback! |
|
Hello, I also need this feature to remove stale items from my “Review Requests” page. I created a GitHub Feedback discussion for this feature request: Remove myself as reviewer from pull requests · Discussion #16730 · github/feedback · GitHub |
|
This would be super helpful as I have contractors on my projects who are no longer with the company and I’d like to remove them as reviewers. |
|
I just successfully deleted a reviewer from a pull request using Github API. |
|
Conversly, I accidentally removed all the reviewers by clicking the link next to one to request a renewed review. It clear ALL the reviewers and just left him. I have no way to re-add those reviewers. |
|
I just got the same issue like @justin-octo, don't know how to re-add previous reviewers. |
|
This seems like such a simple but important function. Makes me wonder about the future of GitHub if a ticket like this can sit here for 4 1/2 years with little/no effort. |
|
+1 very imp for solid code review process. |
|
So should we vote on https://github.com/orgs/community/discussions/23054 for this? |
|
Yeah. I had a case where someone was able to inject themselves as reviewer on a PR and then out of the blue approved a PR. |
|
This is more of a work around, and maybe only really applicable for organizations. But you can make a Team and assign the Team as a reviewer. Then as people come and go they are added or removed from the Team. |
|
I just tested and it seems you can remove reviewers with the github cli like this: |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as spam.
This comment was marked as spam.
|
I just had that problem.
|
|
After 6+ years... since Oct 11, 2018 this has finally been fixed. The gear icon allows you to remove reviewers. At least for me it did now. |
|
not working in firefox |
|
Still broken. Can't remove myself from a previously reviewed PR. |
|
I am working for an open-source project, we require 2 approvals from reviewers, and these are assigned depending who is the best people to do it. I addition a many people may comment or review, all of these end up in the "reviewers" and we lose track of who is assigned to do the review. Our workaround is to use the "assigned" instead - this is fare form a good solution. Please, fix this. Allow us to configure auto-adding reviewers, on/off. Leaving a comment on a PR is NOT a review. |
|
TLDR; Remove the pending review requests
More... Ive spend quite a bit of time researching this using the UI I've not been unable to figure it out. Maybe we're all just "doing it wrong"? The top of the page cli command fails for me without any error. So using AI (sigh) I was able to get something to happen, well it at least removed the pending review requests I had been assigned, which is better than nothing.
The DELETE here doesn't delete the repo. Should just be the reviewers - it worked that way for me anyway.
|
|
Really GitHub?? in 2026 we can not do this simple action???????????? |

I just tested and it seems you can remove reviewers with the github cli like this: