Skip to content

Commit

Permalink
feat(.github/workflows): add action for set version labels (#4726)
Browse files Browse the repository at this point in the history
Co-authored-by: Petros Savvidis <[email protected]>

related to: camunda/team-automation-platform/issues/189
  • Loading branch information
venetrius authored Dec 13, 2024
1 parent 2d02d61 commit 01e2d83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/set-version-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Set Version Labels

on:
issues:
types:
- closed

jobs:
call-reusable-flow:
uses: camunda/automation-platform-github-actions/.github/workflows/set-version-labels.yml@main
secrets: inherit

0 comments on commit 01e2d83

Please sign in to comment.