fix(ci): fix action needs-repro action (#7690)
This commit is contained in:
parent
474ea808e7
commit
6ad4672ef1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/issue-labeled.yml
vendored
3
.github/workflows/issue-labeled.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue