fix(ci): fix action needs-repro action (#7690)

This commit is contained in:
Nate Moore 2023-07-17 14:53:51 -05:00 committed by GitHub
parent 474ea808e7
commit 6ad4672ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"