Skip to content

Commit

Permalink
feat(./github/workflows): Add Slash Command Support
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Dec 13, 2024
1 parent 01e2d83 commit 0bd072c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/set-version-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on:
issues:
types:
- closed
issue_comment:
types: [ created ]

jobs:
call-reusable-flow:
if: >
(github.event_name == 'issues' && github.event.action == 'closed') ||
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '/set-version-labels'))
uses: camunda/automation-platform-github-actions/.github/workflows/set-version-labels.yml@main
secrets: inherit

0 comments on commit 0bd072c

Please sign in to comment.