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 5e4172c commit bdeb9bf
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: contains(github.event.issues.labels.*.name, 'dedupe')
if: contains(github.event.issue.labels.*.name, 'dedupe')
name: Add issue to dedupe project
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bdeb9bf

Please sign in to comment.