Skip to content

Commit

Permalink
feat(GHA): add action for set version labels:
Browse files Browse the repository at this point in the history
  • Loading branch information
venetrius committed Oct 15, 2024
1 parent 09e84af commit a9a69b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/set-version-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit a9a69b7

Please sign in to comment.