Skip to content

Commit

Permalink
Quick fix: Remove quotes to enable workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleecodes authored Nov 26, 2024
1 parent 9061a7c commit e307b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/community-issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Issue Comment Workflows

on:
workflow_run:
workflows: ['Label Stale Contributions']
workflows: [Label Stale Contributions]
types:
- completed
issues:
Expand Down

0 comments on commit e307b2f

Please sign in to comment.