diff --git a/.github/workflows/label-needs-triage.yml b/.github/workflows/label-needs-triage.yml index 672f2d531048..420edf1d4df7 100644 --- a/.github/workflows/label-needs-triage.yml +++ b/.github/workflows/label-needs-triage.yml @@ -16,7 +16,6 @@ jobs: steps: - name: Label issues uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 - if: "${{ github.event.issue.assignees == '[]' }}" with: add-labels: "needs-triage" repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file