From f0ee548137263a67e3d163b674f48e6e004210fb Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 21 Feb 2023 07:43:17 +0100 Subject: [PATCH] ci(backport): bump zeebe-io/backport-action from 0 to 1 (#22348) Notable changes are performance increases for fetching repositories and simpler workflow file. --- .github/workflows/backport.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 019fb20689..414fe1f1d6 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,11 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 with: - # required to find all branches - fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: zeebe-io/backport-action@v0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - github_workspace: ${{ github.workspace }} + uses: korthout/backport-action@v1