.github/workflows/issue-labeler.yml 🔗
@@ -5,6 +5,7 @@ on:
     types: [opened]
   pull_request:
     types: [opened]
+  workflow_dispatch: # allows manual triggering
 
 permissions:
   issues: write
  Andrey Nering created
.github/workflows/issue-labeler.yml | 1 +
1 file changed, 1 insertion(+)
@@ -5,6 +5,7 @@ on:
     types: [opened]
   pull_request:
     types: [opened]
+  workflow_dispatch: # allows manual triggering
 
 permissions:
   issues: write