Skip to content

Read full commit messages when checking for backported PRs#20

Merged
IanButterworth merged 1 commit intoKristofferC:masterfrom
IanButterworth:ib/fix2
Jan 20, 2026
Merged

Read full commit messages when checking for backported PRs#20
IanButterworth merged 1 commit intoKristofferC:masterfrom
IanButterworth:ib/fix2

Conversation

@IanButterworth
Copy link
Copy Markdown
Collaborator

Use --pretty=%B to read complete commit messages (title + body) instead of just the default format. This ensures PR numbers like (#123) are found even when they appear in the commit body rather than a truncated title.

Fixes detection for commits like 7a28ad5aeb681e7631b360e2998aa998192d1601 where the PR number only appears in the message body.

Use --pretty=%B to read complete commit messages (title + body) instead
of just the default format. This ensures PR numbers like (#123) are found
even when they appear in the commit body rather than a truncated title.

Fixes detection for commits like 7a28ad5aeb681e7631b360e2998aa998192d1601
where the PR number only appears in the message body.

Co-authored-by: Claude <claude@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant