diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-21 07:43:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 07:43:17 +0100 |
commit | f0ee548137263a67e3d163b674f48e6e004210fb (patch) | |
tree | f65fd4e40e14fbdd2369fae8959605720cfe8a3b | |
parent | bdf6d8733e2a954031de86e9a2d09c3b03f6641d (diff) | |
download | rneovim-f0ee548137263a67e3d163b674f48e6e004210fb.tar.gz rneovim-f0ee548137263a67e3d163b674f48e6e004210fb.tar.bz2 rneovim-f0ee548137263a67e3d163b674f48e6e004210fb.zip |
ci(backport): bump zeebe-io/backport-action from 0 to 1 (#22348)
Notable changes are performance increases for fetching repositories and
simpler workflow file.
-rw-r--r-- | .github/workflows/backport.yml | 7 |
1 files changed, 1 insertions, 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 |