Commit b8ff306
fix: skip ShipIt PR creation on release commits to prevent loop (#46)
When a release PR was merged, the shipit-pr job would run again on the
release commit, see it as a new change, and create another release PR
— repeating indefinitely. Adding the inverse condition of the release
job prevents this cycle.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2348c92 commit b8ff306
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments