Skip to content

Commit fce852b

Browse files
committed
fix: execute PR creation sequentially to avoid race conditions
Add max-parallel: 1 to matrix strategy to ensure PRs are created and auto-merge is enabled one at a time, preventing "Base branch was modified" errors when multiple updates are detected.
1 parent 98a88ce commit fce852b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scan-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
timeout-minutes: 10
8484
strategy:
8585
fail-fast: false
86+
max-parallel: 1
8687
matrix:
8788
exporter: ${{ fromJson(needs.detect-updates.outputs.updates) }}
8889
steps:

0 commit comments

Comments
 (0)