Skip to content

Commit

Permalink
fix(ci): fix action needs-repro action (#7690)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Jul 17, 2023
1 parent 474ea80 commit 6ad4672
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
labels: "needs triage"

- name: needs repro
if: |
${{ github.event.label.name == 'needs repro' }}
if: github.event.label.name == 'needs repro'
uses: actions-cool/issues-helper@v3
with:
actions: "create-comment, remove-labels"
Expand Down

0 comments on commit 6ad4672

Please sign in to comment.