diff --git a/.github/workflows/set-version-labels-test.yml b/.github/workflows/set-version-labels-test.yml index abb6389..900ace0 100644 --- a/.github/workflows/set-version-labels-test.yml +++ b/.github/workflows/set-version-labels-test.yml @@ -1,4 +1,4 @@ -name: Label issues +name: "Test: Set Version Labels" on: workflow_dispatch: diff --git a/.github/workflows/set-version-labels.yml b/.github/workflows/set-version-labels.yml new file mode 100644 index 0000000..8477733 --- /dev/null +++ b/.github/workflows/set-version-labels.yml @@ -0,0 +1,18 @@ +name: Set Version Labels + +on: + issues: + types: + - closed + +jobs: + version-label-automation-manual: + runs-on: ubuntu-latest + name: version-label-automation + steps: + - name: version-label-automation-step + id: version-label-automation-step + uses: camunda/automation-platform-github-actions/version-label-automation-manual@Version-Labels-Automation + with: + issue-number: ${{ github.event.issue.number }} + repo-token: ${{ secrets.GITHUB_TOKEN }}