diff --git a/.github/workflows/extra_pr_labels.yml b/.github/workflows/extra_pr_labels.yml index f42a69933e3..08c629edce5 100644 --- a/.github/workflows/extra_pr_labels.yml +++ b/.github/workflows/extra_pr_labels.yml @@ -19,7 +19,7 @@ jobs: commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request." - name: Apply labels based on changed files if: github.event_name != 'push' - uses: actions/labeler@main + uses: actions/labeler@v4.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true