mirror of
https://github.com/neovim/neovim
synced 2025-07-27 08:52:10 +00:00
ci: skip automerge step if backport failed
(cherry picked from commit 67d6b6f27e
)
This commit is contained in:
committed by
github-actions[bot]
parent
f3675337f0
commit
d585f3103d
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