diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 441f9772330b..8723639c7ff7 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -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"