Commit 268a13d
Fix version bump race condition with pull before push
When multiple labels are added simultaneously, multiple workflow runs
can trigger. Add git pull --rebase before push to handle concurrent
commits from parallel workflow runs.
This prevents push failures when another workflow instance has already
pushed changes to the PR branch.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7405c7d commit 268a13d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| |||
0 commit comments