From 01e2d83993919a24e41e397a36fa9e0e43ab27fd Mon Sep 17 00:00:00 2001 From: Gergely Juhasz <25517896+venetrius@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:40:54 +0100 Subject: [PATCH] feat(.github/workflows): add action for set version labels (#4726) Co-authored-by: Petros Savvidis related to: camunda/team-automation-platform/issues/189 --- .github/workflows/set-version-labels.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/set-version-labels.yml diff --git a/.github/workflows/set-version-labels.yml b/.github/workflows/set-version-labels.yml new file mode 100644 index 00000000000..9ce2c4ab791 --- /dev/null +++ b/.github/workflows/set-version-labels.yml @@ -0,0 +1,11 @@ +name: Set Version Labels + +on: + issues: + types: + - closed + +jobs: + call-reusable-flow: + uses: camunda/automation-platform-github-actions/.github/workflows/set-version-labels.yml@main + secrets: inherit