aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-09-27 14:53:48 +0200
committerGitHub <noreply@github.com>2022-09-27 05:53:48 -0700
commit6afe5cce7964258f7ee0b25ae08faa551bc76090 (patch)
treef43623ad9abf286a6086f2560308197f0be53689 /.github/workflows
parent4278a2d35990730c1ea40205291cc60209eae7b5 (diff)
downloadrneovim-6afe5cce7964258f7ee0b25ae08faa551bc76090.tar.gz
rneovim-6afe5cce7964258f7ee0b25ae08faa551bc76090.tar.bz2
rneovim-6afe5cce7964258f7ee0b25ae08faa551bc76090.zip
ci(backport): bump to backport-action@v0.0.8 #20366
Primary bug fix is allowing backports with empty PR description.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index b5fd22d036..910df32a51 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs
- uses: zeebe-io/backport-action@v0.0.7
+ uses: zeebe-io/backport-action@v0.0.8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}