manuzhang opened a new pull request, #17516: URL: https://github.com/apache/iceberg/pull/17516
## Summary - run the PR title check for `synchronize` pull request events - ensure the title validation result is attached to the current PR head commit after new commits are pushed ## Root cause The workflow only handled `opened`, `edited`, and `reopened`. A title-check failure attached to an older head commit disappeared from the current check rollup after a subsequent push because `synchronize` events did not run the workflow. ## Validation - `git diff --check` - parsed `.github/workflows/pr-title-check.yml` with Ruby YAML --- **AI Disclosure** - Model: GPT-5.6 - Platform/Tool: Codex - Human Oversight: unreviewed - Prompt Summary: Diagnose why PR #17422 did not show the PR title check on its latest commit and open a PR to fix the workflow trigger. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
