From 2207d1d54db7e192a3a02cd3e2bb723651d84f5d Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Wed, 10 Jan 2024 21:16:35 -0500 Subject: [PATCH] ci: fix pull request labeler check --- .github/workflows/pr-labeler.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 64d728084b54..58fbaf3d893d 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -7,8 +7,8 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/pr-labeler.yml - sync-labels: false + - uses: actions/labeler@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 # v4.2.0 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: .github/pr-labeler.yml + sync-labels: false \ No newline at end of file