ci(issue-label): allow manual trigger

This commit is contained in:
Andrey Nering
2025-08-01 16:14:34 -03:00
parent 984f276a31
commit 4f3e41dc9f

View File

@@ -5,6 +5,7 @@ on:
types: [opened]
pull_request:
types: [opened]
workflow_dispatch: # allows manual triggering
permissions:
issues: write