From 95d25da9acbe8be12313696fd08e1634ac08f2e9 Mon Sep 17 00:00:00 2001 From: Gergely Juhasz <25517896+venetrius@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:26:56 +0100 Subject: [PATCH] chore(workflow): make setVersionLabels a reusable workflow (#29) related to: camunda/team-automation-platform/issues/189 --- .github/workflows/set-version-labels.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/set-version-labels.yml b/.github/workflows/set-version-labels.yml index 9631f3c..1494162 100644 --- a/.github/workflows/set-version-labels.yml +++ b/.github/workflows/set-version-labels.yml @@ -1,9 +1,7 @@ name: Set Version Labels on: - issues: - types: - - closed + workflow_call: jobs: version-label-automation: