Skip to content

deps: bump io.netty:netty-transport-native-unix-common from 4.1.105.Final to 4.1.106.Final #414

deps: bump io.netty:netty-transport-native-unix-common from 4.1.105.Final to 4.1.106.Final

deps: bump io.netty:netty-transport-native-unix-common from 4.1.105.Final to 4.1.106.Final #414

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/backport-action@v2.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}