diff --git a/.github/.github/workflows/backport.yml b/.github/.github/workflows/backport.yml new file mode 100644 index 0000000000..542808d5c0 --- /dev/null +++ b/.github/.github/workflows/backport.yml @@ -0,0 +1,15 @@ +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 }