diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 239e0f15f..9ad5a4238 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.2 + - uses: srvaroa/labeler@v1.3 env: GITHUB_TOKEN: "${{ secrets.NYUW_TOKEN_GH }}"