Skip to content

Commit

Permalink
Fix: add conditional for label name
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jun 4, 2024
1 parent 8cd2e27 commit 9ce2afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-help-wanted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
if: contains(github.event.label.name, 'help-wanted') || contains(github.event.label.name, 'sprintable')
id: add-to-project
uses: actions/add-to-project@v1.0.1
with:
Expand Down

0 comments on commit 9ce2afb

Please sign in to comment.