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