Skip to content

Commit

Permalink
force push fix issue label conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dombek committed Mar 15, 2024
1 parent d286f60 commit 5e4172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-assign-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- opened
jobs:
add-to-dedupe-project:
if: ${{ github.event.label.name == 'dedupe' }}
if: contains(github.event.issues.labels.*.name, 'dedupe')
name: Add issue to dedupe project
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5e4172c

Please sign in to comment.