Skip to content

Test: Set Version Labels #97

Test: Set Version Labels

Test: Set Version Labels #97

name: "Test: Set Version Labels"
on:
workflow_dispatch:
inputs:
issue:
description: 'Number of the issue'
required: true
jobs:
version-label-automation:
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@main
with:
issue-number: ${{ github.event.inputs.issue }}
repo-token: ${{ secrets.GITHUB_TOKEN }}