about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-26 11:07:59 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-01-03 07:31:48 +1000
commit8877cc2874efffe3663934cbfe5d0fce1d4d4bbc (patch)
tree1e86c96d035aba47b6ae6d4923854054dedac349 /.github
parentdccf78e57ab8b38aeba48aa26997f75181f9a4fa (diff)
downloadnixlib-8877cc2874efffe3663934cbfe5d0fce1d4d4bbc.tar
nixlib-8877cc2874efffe3663934cbfe5d0fce1d4d4bbc.tar.gz
nixlib-8877cc2874efffe3663934cbfe5d0fce1d4d4bbc.tar.bz2
nixlib-8877cc2874efffe3663934cbfe5d0fce1d4d4bbc.tar.lz
nixlib-8877cc2874efffe3663934cbfe5d0fce1d4d4bbc.tar.xz
nixlib-8877cc2874efffe3663934cbfe5d0fce1d4d4bbc.tar.zst
nixlib-8877cc2874efffe3663934cbfe5d0fce1d4d4bbc.zip
build(deps): bump zeebe-io/backport-action from 0.0.9 to 1.0.0
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.9 to 1.0.0.
- [Release notes](https://github.com/zeebe-io/backport-action/releases)
- [Commits](https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1.0.0)

---
updated-dependencies:
- dependency-name: zeebe-io/backport-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index da5cb5d2fa0c..d5e78cda0864 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -14,23 +14,19 @@ permissions:
 jobs:
   backport:
     permissions:
-      contents: write  # for zeebe-io/backport-action to create branch
-      pull-requests: write  # for zeebe-io/backport-action to create PR to backport
+      contents: write # for korthout/backport-action to create branch
+      pull-requests: write # for korthout/backport-action to create PR to backport
     name: Backport Pull Request
     if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name))
     runs-on: ubuntu-latest
     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.0.9
+        uses: korthout/backport-action@v1.0.0
         with:
-          # Config README: https://github.com/zeebe-io/backport-action#backport-action
-          github_token: ${{ secrets.GITHUB_TOKEN }}
-          github_workspace: ${{ github.workspace }}
+          # Config README: https://github.com/korthout/backport-action#backport-action
           pull_description: |-
             Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.