mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
ci: skip automerge step if backport failed
This commit is contained in:
parent
8512f669f0
commit
67d6b6f27e
1
.github/workflows/backport.yml
vendored
1
.github/workflows/backport.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
})
|
||||
|
||||
- name: Enable automerge
|
||||
if: ${{ steps.backport.outputs.was_successful == 'true' }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh pr merge --rebase --auto ${{ steps.backport.outputs.created_pull_numbers }}
|
||||
|
Loading…
Reference in New Issue
Block a user