Skip to content

How to modify an unresponsive PR? #32123

Discussion options

You must be logged in to vote

When the maintainer want to have a modification to that PR before merging. How can he do this?

The easiest option is if the person who opened the PR enabled the option that allows people with write access to the target repository to push to the PR branch. In that case the maintainer can just push to the branch in the fork, and merge the PR once they're happy with the result.

If that's not the case, the maintainer can check out the PR branch, push to a new branch in their own repository, and create an new PR (linking to the original one in the description might make sense). See Modifying an inactive pull request locally for details.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by buhtz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment