Skip to content

build(deps): bump com.mycila:license-maven-plugin from 4.5 to 4.6 #508

build(deps): bump com.mycila:license-maven-plugin from 4.5 to 4.6

build(deps): bump com.mycila:license-maven-plugin from 4.5 to 4.6 #508

Workflow file for this run

name: Backport labeled merged pull requests
on:
pull_request:
types: [ closed ]
issue_comment:
types: [ created ]
jobs:
build:
name: Create backport PRs
if: >
github.event_name == 'pull_request' ||
(
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
contains(github.event.comment.body, '/backport')
)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# required to find all branches
fetch-depth: 0
- name: Create backport PRs
uses: zeebe-io/backport-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}
version: master