diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 77c72b99f3..98eca57491 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,7 +22,7 @@ jobs: - name: "Check if PR is from a fork" if: github.event.pull_request.head.repo.fork == true run: | - gh pr edit ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --add-label "community + gh pr edit ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --add-label "community" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}