Skip to content

chore(workflows): add backport workflow #5

chore(workflows): add backport workflow

chore(workflows): add backport workflow #5

Workflow file for this run

name: Backport merged pull request
on:
pull_request:
types: [closed]
issue_comment:
types: [created]
jobs:
call-reusable-flow:
uses: camunda/automation-platform-github-actions/.github/workflows/backport.yml@main
secrets: inherit
with:
experimental: |-
{ "detect_merge_method": false }