diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 24b1c97db708a..e94e90146213c 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Assign labels based on modified files # https://github.com/marketplace/actions/labeler?version=v4.0.2 - uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 with: sync-labels: '' repo-token: "${{ secrets.GITHUB_TOKEN }}"