Skip to content

Commit 8c975d4

Browse files
authored
Enable auto-merge in auto-bump dispatch (#5386)
Pass `auto-merge=true` when triggering `Manual Trigger for Auto Bump` from `.github/workflows/release.yml` so auto-bump PRs can be merged automatically after CI succeeds.
1 parent c7f6fce commit 8c975d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ jobs:
334334
--ref "$target_branch" \
335335
-F chart=fleet \
336336
-F branch="$target_branch" \
337-
-F multi-rc=true
337+
-F multi-rc=true \
338+
-F auto-merge=true
338339
339340
- name: Dispatch to rancher/fleet-helm-charts
340341
env:

0 commit comments

Comments
 (0)