PR merge branch disappears after closing PR and does not return when reopening #142978
Replies: 6 comments 3 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.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Thanks @thomassiard Pushing extra commits to PR branch does indeed work around the issue (except that every contributor needs to be asked to do that on their PRs). The other options also have their downsides, as you pointed out. Thanks for listing them. |
Beta Was this translation helpful? Give feedback.
-
This may be resolved - today I was able to close/reopen a PR and the merge branch was present. |
Beta Was this translation helpful? Give feedback.
-
It actually may have gotten worse, we have PRs that, minutes after reopening, still have no |
Beta Was this translation helpful? Give feedback.
-
Do you happen to have any updates on this? I see the issue recurring consistently. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
This seems to be new behavior that is impacting CI (Azure Pipelines in my case).
What Works
Creating a new PR creates a merge branch, eg:
refs/pull/1243/merge
is the branch checked out by CI for PR checks. CI works fine.What Does Not Work
When I close and then reopen a PR, the merge branch goes away and is not re-created (this is new behavior), eg:
CI runs:
Notes:
Beta Was this translation helpful? Give feedback.
All reactions