diff --git a/.github/workflows/label_pull_request.yml b/.github/workflows/label_pull_request.yml index e2dfff99f..4e8b3fb45 100644 --- a/.github/workflows/label_pull_request.yml +++ b/.github/workflows/label_pull_request.yml @@ -10,7 +10,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 if: github.event_name == 'pull_request_target' || github.event_name == 'pull_request' with: repo-token: "${{ secrets.GITHUB_TOKEN }}"