Skip to content

Commit 7e1f18f

Browse files
authored
[CI] Update Backport action inputs to match updated ones (#94721)
1 parent eb21f53 commit 7e1f18f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backport.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- name: Run Backport
3232
uses: ./actions/backport
3333
with:
34-
branch: master
3534
github_token: ${{secrets.KIBANAMACHINE_TOKEN}}
3635
commit_user: kibanamachine
3736
commit_email: [email protected]
37+
auto_merge: 'true'
38+
auto_merge_method: 'squash'
39+
manual_backport_command_template: 'node scripts/backport --pr %pullNumber%'

0 commit comments

Comments
 (0)