From bee2ea2a54639429193eca5b77fa02c45eb560c0 Mon Sep 17 00:00:00 2001 From: tasso94 <3015690+tasso94@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:40:01 +0100 Subject: [PATCH] chore(.github): add backport workflow --- .github/workflows/backport.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/backport.yml diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml new file mode 100644 index 00000000000..ddf642881ea --- /dev/null +++ b/.github/workflows/backport.yml @@ -0,0 +1,10 @@ +name: Backport merged pull request + +on: + pull_request_target: + types: [closed, labeled] + +jobs: + call-reusable-flow: + uses: camunda/automation-platform-github-actions/.github/workflows/backport.yml@main + secrets: inherit