Skip to content

deps: bump org.jetbrains:annotations from 24.1.0 to 26.0.0 #558

deps: bump org.jetbrains:annotations from 24.1.0 to 26.0.0

deps: bump org.jetbrains:annotations from 24.1.0 to 26.0.0 #558

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: zeebe-io/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}