Skip to content

deps: Update version.zeebe to v8.6.6 #580

deps: Update version.zeebe to v8.6.6

deps: Update version.zeebe to v8.6.6 #580

Workflow file for this run

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@v4
with:
fetch-depth: 0
- name: Create backport PRs
uses: korthout/backport-action@v3.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}