Find merged PRs where branch was NOT deleted #134212
Replies: 4 comments 3 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
do it with pull request tab in your left when you go to your main profile or use this |
Beta Was this translation helpful? Give feedback.
-
Welcome to the GitHub Community, @nyurik , we're happy you're here! You are more likely to get a useful response if you are posting your question in the applicable category. I've gone ahead and moved it for you. Good luck! |
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 need to find all PRs in all of my forks, where the PR was merged, but the originating branch has not been deleted.
I can do the search with
type:pr author:nyurik is:merged
, but there does not seem to be a way to show just the ones with this at the bottom:I have hundreds of forks that I contribute to. Sadly, I cannot automate branch deletion, so I have to do it manually (delete branch on merge does not work when PR is from a fork and merged by someone else).
Beta Was this translation helpful? Give feedback.
All reactions