Edit button is gone for non-committers for pull requests (workaround included) #186398
-
Select Topic AreaBug BodyNon-committers (AFAICT) no longer see an "Edit" button in the top corner of the PR page next to "Code". As such it's no longer possible for non-committers to edit the PR title and base branch on the web interface.
This seems to have changed in the past few days or so (as of 2026-02-05), and it doesn't seem to be an intentional feature. No such required permission is mentioned in the documentation and no such permission is required when using the At NixOS/nixpkgs we regularly ask contributors to change their PR branch based on some criterion, and currently even have a bot notifying PR authors to do so based on automated checks. Having to ask for and/or wait for a committer do it is a major hassle for contributors. See: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#branch-conventions Also reported on: https://www.reddit.com/r/github/comments/1qvmsvm/edit_button_on_prs_seems_to_have_disappeared/ Workarounds(new 2026-02-06) On web, go to the Checks tab and the Edit button shows up. This applies to repositories with no checks as well, as long as the tab is there. (Reported by Also, the $ gh pr --repo {owner}/{repo} edit {pr-number} # Interactively edit some parts, incl. title
$ gh pr --repo {owner}/{repo} edit --base {new-base} {pr-number} |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 21 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
another workaround is using the mobile app to edit the title |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Agreed, this is incredibly frustrating, especially in projects that enforce pull request title standards. I hope it is fixed ASAP. |
Beta Was this translation helpful? Give feedback.
-
|
This bug started some time before Wednesday, Feb 4 at 11:56 PM PST when I first hit it. Very annoying bug, but thank you to those who found workarounds for now. |
Beta Was this translation helpful? Give feedback.
-
|
This appears to be a recent UI issue on GitHub where non-committers cannot see the “Edit” button on pull requests. Until GitHub fixes it, you can use these workarounds: ✅ Workarounds:
Since this behavior is likely a bug, consider reporting it through GitHub Support or Product Feedback if it continues. |
Beta Was this translation helpful? Give feedback.
-
|
I will share this internally |
Beta Was this translation helpful? Give feedback.
-
|
As shared here users have reported they can not edit the subject of their own PRs in the KubeVirt org, but in other orgs they can. |
Beta Was this translation helpful? Give feedback.
-
|
Hello ! |
Beta Was this translation helpful? Give feedback.


update: it should work now