Commit d1a7c29
committed
[MINOR][INFRA] Skip JIRA updates for minor, trivial, and follow-up PRs
### 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)
Closes #58268 from zhengruifeng/dev-merge-followup-jira-dev-1.
Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Ruifeng Zheng <ruifengz@foxmail.com>1 parent 27579ef commit d1a7c29
1 file changed
Lines changed: 20 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1368 | 1368 | | |
1369 | 1369 | | |
1370 | 1370 | | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
1371 | 1388 | | |
1372 | 1389 | | |
1373 | 1390 | | |
| |||
1797 | 1814 | | |
1798 | 1815 | | |
1799 | 1816 | | |
1800 | | - | |
1801 | 1817 | | |
1802 | 1818 | | |
1803 | 1819 | | |
| |||
1806 | 1822 | | |
1807 | 1823 | | |
1808 | 1824 | | |
1809 | | - | |
1810 | 1825 | | |
1811 | 1826 | | |
1812 | 1827 | | |
| |||
1957 | 1972 | | |
1958 | 1973 | | |
1959 | 1974 | | |
1960 | | - | |
1961 | | - | |
| 1975 | + | |
1962 | 1976 | | |
1963 | 1977 | | |
1964 | 1978 | | |
| |||
2076 | 2090 | | |
2077 | 2091 | | |
2078 | 2092 | | |
2079 | | - | |
2080 | | - | |
2081 | | - | |
| 2093 | + | |
| 2094 | + | |
2082 | 2095 | | |
2083 | 2096 | | |
2084 | 2097 | | |
| |||
0 commit comments