Skip to content

fix(ci): add group-pull-request-title-pattern for merge plugin#200

Merged
buremba merged 1 commit into
mainfrom
fix/release-please-group-title
Apr 16, 2026
Merged

fix(ci): add group-pull-request-title-pattern for merge plugin#200
buremba merged 1 commit into
mainfrom
fix/release-please-group-title

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented Apr 16, 2026

Summary

  • The Merge plugin ignores pull-request-title-pattern and uses its own default pattern which drops ${component} and ${version} from the title
  • This causes buildRelease() to fail the component match check (parses empty component from title vs expected lobu)
  • Adding group-pull-request-title-pattern ensures the merged PR title includes the component, allowing auto-tagging to succeed

The Merge plugin ignores pull-request-title-pattern and uses its own
default pattern which drops ${component} and ${version} from the title.
This causes buildRelease() to fail the component match check because it
parses an empty component from the title but expects 'lobu' from the config.

Adding group-pull-request-title-pattern ensures the merged PR title
includes the component, allowing auto-tagging to succeed.
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@buremba buremba merged commit d01fe2e into main Apr 16, 2026
9 checks passed
This was referenced Apr 16, 2026
@buremba buremba deleted the fix/release-please-group-title branch April 21, 2026 21:41
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