From 7b1b5329a150ee0920c9479c5ed70e10b139fb91 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 11 Jun 2024 11:23:15 -0500 Subject: [PATCH] Revert "gha: update to actions/labeler@v5" This reverts commit d7f2c138eece185264557d156da7182610330060. Because v5 requires config format changes in `.github/labeler.yml` that cannot be verified in a PR. --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1b8741fa0816d..00c36f0af66f1 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -11,6 +11,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }}