From 7e1f18f7f9b9f191c302f51b4fd67e14b9847e70 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Tue, 16 Mar 2021 16:29:36 -0400 Subject: [PATCH] [CI] Update Backport action inputs to match updated ones (#94721) --- .github/workflows/backport.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 79571d51659d..9445d0226572 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -31,7 +31,9 @@ jobs: - name: Run Backport uses: ./actions/backport with: - branch: master github_token: ${{secrets.KIBANAMACHINE_TOKEN}} commit_user: kibanamachine commit_email: 42973632+kibanamachine@users.noreply.github.com + auto_merge: 'true' + auto_merge_method: 'squash' + manual_backport_command_template: 'node scripts/backport --pr %pullNumber%'