diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9ad5a4238..925c3c93c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,15 +1,15 @@ name: "Label PRs" on: pull_request_target: types: - opened jobs: label: runs-on: ubuntu-latest name: Label PRs steps: - - uses: srvaroa/labeler@v1.3 + - uses: srvaroa/labeler@v1.4 env: GITHUB_TOKEN: "${{ secrets.NYUW_TOKEN_GH }}"