Skip to content

Commit

Permalink
Feat: add workflow_dispatch to add-needs-verification-label.yml
Browse files Browse the repository at this point in the history
Add a line to test workflow
  • Loading branch information
chrissantillan authored Jan 23, 2025
1 parent c36d984 commit 9534b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-needs-verification-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Add Needs Verification Label
on:
issues:
types: [edited]
workflow_dispatch:

permissions:
issues: write
Expand Down

0 comments on commit 9534b99

Please sign in to comment.