Revert "CI: update actions/labeler to v5"
authorRobert Marko <robimarko@gmail.com>
Mon, 26 Aug 2024 21:29:06 +0000 (23:29 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 26 Aug 2024 21:29:06 +0000 (23:29 +0200)
This reverts commit a70555fb4f9b008494007e69dd520651b3da608d.

It is breaking GH PR-s currently, so revert until fixed.

Signed-off-by: Robert Marko <robimarko@gmail.com>
.github/workflows/labeler.yml

index aab1a3af60e9c22495f6d8bd78ec2d32e7997fdb..5f82b88a50a7dc5e7e5e4ab82c04b2bccfeab36f 100644 (file)
@@ -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 }}'