You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand merge-commit cherry-picks when filtering released commits
A `(cherry picked from commit M)` footer where M is a merge commit only
covers M itself. The PR's individual commits are still on master, and
`gh search prs` finds the PR through them, so PRs merged with "Create a
merge commit" were re-listed as backport candidates. Walk M's two
parents to also exclude the commits the merge introduced.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments