Skip to content

Commit

Permalink
chore(workflows): add backport workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Jun 14, 2024
1 parent 9292602 commit 7b5d761
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/.github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -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 }

0 comments on commit 7b5d761

Please sign in to comment.