From: Robert Marko Date: Mon, 26 Aug 2024 21:29:06 +0000 (+0200) Subject: Revert "CI: update actions/labeler to v5" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b870c16534c05ddc94149c6ff56976d8de8a353f;p=openwrt%2Fstaging%2Fblocktrron.git 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 --- 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 }}'