Possible to stop a PR from adding new commits while keeping it open? #132941
Replies: 4 comments
-
Hi, you can create a new branch so that you can continue to make new changes and not have them show up on the PR. |
Beta Was this translation helpful? Give feedback.
-
You can create a new branch from the branch of PR. So you can continue and after merged, you choose merge or not the continuation. |
Beta Was this translation helpful? Give feedback.
-
Yes it seems that's the only safe way. Thanks all.
… Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I have a PR with a couple of changes in it. But any new unrelated changes will get rolled in to the existing PR. I'd like to be able stop merging new commits, while keeping the original PR open. At present any commit to a fork with a PR open on it will be added to the existing PR. Is it doable?
Beta Was this translation helpful? Give feedback.
All reactions