ci(backport): bump to backport-action@v0.0.8 #20366

Primary bug fix is allowing backports with empty PR description.
This commit is contained in:
dundargoc
2022-09-27 14:53:48 +02:00
committed by GitHub
parent 4278a2d359
commit 6afe5cce79
2 changed files with 2 additions and 3 deletions

View File

@@ -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 }}