ci: upgrade camunda-release-parent to 4.0.0 and switch to Central Portal deployment #219
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Backport labeled PRs after merge | |
| on: | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| build: | |
| name: Create backport PRs | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - name: Create backport PRs | |
| uses: zeebe-io/backport-action@master | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| github_workspace: ${{ github.workspace }} | |
| version: main |