mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[CI] Update Backport action inputs to match updated ones (#94721)
This commit is contained in:
parent
eb21f53df6
commit
7e1f18f7f9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/backport.yml
vendored
4
.github/workflows/backport.yml
vendored
|
@ -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%'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue