Skip to content

deps: bump io.github.openfeign:feign-bom from 13.1 to 13.2 #418

deps: bump io.github.openfeign:feign-bom from 13.1 to 13.2

deps: bump io.github.openfeign:feign-bom from 13.1 to 13.2 #418

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 }}