Skip to content

Build: Fix PR title check allowing backport prefixes#17265

Open
manuzhang wants to merge 1 commit into
1.11.xfrom
fix-pr-title-check-backports-1.11.x
Open

Build: Fix PR title check allowing backport prefixes#17265
manuzhang wants to merge 1 commit into
1.11.xfrom
fix-pr-title-check-backports-1.11.x

Conversation

@manuzhang

@manuzhang manuzhang commented Jul 17, 2026

Copy link
Copy Markdown
Member

Summary

  • Allows an optional [major.minor.x] prefix in PR titles, such as [1.10.x] Core, Spark: Fix ....
  • Preserves the existing module and description validation for unprefixed and revert titles.
  • Updates the validation error and examples to document the accepted backport format.

The previous pattern required the first character to start a module name, causing release-branch backport titles to fail before their module list was evaluated.


AI Disclosure

  • Model: OpenAI Codex
  • Platform/Tool: Codex CLI
  • Human Oversight: reviewed
  • Prompt Summary: Update the PR title check to accept release-branch backport prefixes.

@github-actions github-actions Bot added the INFRA label Jul 17, 2026
@manuzhang manuzhang added this to the Iceberg 1.11.1 milestone Jul 17, 2026
@manuzhang
manuzhang marked this pull request as ready for review July 17, 2026 05:02
@manuzhang
manuzhang force-pushed the fix-pr-title-check-backports-1.11.x branch from 70e2a97 to 06c84ae Compare July 17, 2026 05:02
Comment thread .github/workflows/pr-title-check.yml Outdated
Accept an optional [major.minor.x] prefix while preserving the existing module and description format.

Co-authored-by: Codex <codex@openai.com>
@manuzhang
manuzhang force-pushed the fix-pr-title-check-backports-1.11.x branch from 06c84ae to d25d21e Compare July 20, 2026 07:21
@manuzhang
manuzhang requested a review from huaxingao July 20, 2026 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants