From b8a94dbc73147ea8800ab5fcdb2c3c1d110577d8 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 4 Nov 2024 18:27:41 +0000 Subject: [PATCH] Revert "build(deps): bump actions/labeler from 4 to 5 (#6496)" This reverts commit 902fe11a5c58d704c1382af9cdaa0075070dee96. Co-authored-by: onkar <163539+onkar@users.noreply.github.com> --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0127be6332..057208eda3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,6 +9,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"