zhengruifeng opened a new pull request, #58268: URL: https://github.com/apache/spark/pull/58268
### What changes were proposed in this pull request? This PR updates `dev/merge_spark_pr.py` so `update_jira_for_pr` returns without prompting for JIRA updates when the PR title is tagged `[MINOR]`, `[TRIVIAL]`, or `[FOLLOWUP]`. The merge paths now call `update_jira_for_pr` directly and let that function own the skip policy. ### Why are the changes needed? Follow-up PRs can intentionally point at an already-resolved JIRA from the original work. The merge helper should not ask committers to perform JIRA update operations for those follow-up PRs, and the same local policy should also cover minor and trivial PRs. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Not run; this is a small dev tooling change. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5) -- 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]
