Skip to content

Commit 7bd5422

Browse files
committed
Enable auto-merge in auto-bump dispatch
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 45e0564 commit 7bd5422

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
@@ -321,7 +321,8 @@ jobs:
321321
--ref "$target_branch" \
322322
-F chart=fleet \
323323
-F branch="$target_branch" \
324-
-F multi-rc=true
324+
-F multi-rc=true \
325+
-F auto-merge=true
325326
326327
- name: Dispatch to rancher/fleet-helm-charts
327328
env:

0 commit comments

Comments
 (0)