From b870c16534c05ddc94149c6ff56976d8de8a353f Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Mon, 26 Aug 2024 23:29:06 +0200 Subject: [PATCH] Revert "CI: update actions/labeler to v5" This reverts commit a70555fb4f9b008494007e69dd520651b3da608d. It is breaking GH PR-s currently, so revert until fixed. Signed-off-by: Robert Marko --- .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 aab1a3af60..5f82b88a50 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,7 +14,7 @@ jobs: name: Pull Request Labeler runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' -- 2.30.2