Skip to content

Commit

Permalink
feat(action): trigger set label action on close event #27
Browse files Browse the repository at this point in the history
  • Loading branch information
venetrius authored Oct 14, 2024
2 parents 366a64f + 48877a2 commit c4c035f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-version-labels-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Label issues
name: "Test: Set Version Labels"

on:
workflow_dispatch:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/set-version-labels.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit c4c035f

Please sign in to comment.