diff options
-rw-r--r-- | .github/workflows/issue-labeled.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 441f97723..8723639c7 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" |