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>

authored by dependabot[bot] and committed by zowoq 8877cc28 dccf78e5

+4 -8
+4 -8
.github/workflows/backport.yml
··· 14 14 jobs: 15 15 backport: 16 16 permissions: 17 - contents: write # for zeebe-io/backport-action to create branch 18 - pull-requests: write # for zeebe-io/backport-action to create PR to backport 17 + contents: write # for korthout/backport-action to create branch 18 + pull-requests: write # for korthout/backport-action to create PR to backport 19 19 name: Backport Pull Request 20 20 if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name)) 21 21 runs-on: ubuntu-latest 22 22 steps: 23 23 - uses: actions/checkout@v3 24 24 with: 25 - # required to find all branches 26 - fetch-depth: 0 27 25 ref: ${{ github.event.pull_request.head.sha }} 28 26 - name: Create backport PRs 29 - uses: zeebe-io/backport-action@v0.0.9 27 + uses: korthout/backport-action@v1.0.0 30 28 with: 31 - # Config README: https://github.com/zeebe-io/backport-action#backport-action 32 - github_token: ${{ secrets.GITHUB_TOKEN }} 33 - github_workspace: ${{ github.workspace }} 29 + # Config README: https://github.com/korthout/backport-action#backport-action 34 30 pull_description: |- 35 31 Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}. 36 32