diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index baefb5a4429..5bc422d6f23 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 #if: github.event.pull_request.head.repo.full_name == github.repository with: repo-token: "${{ secrets.GITHUB_TOKEN }}"