summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2024-08-26 21:29:06 +0000
committerRobert Marko2024-08-26 21:29:06 +0000
commitb870c16534c05ddc94149c6ff56976d8de8a353f (patch)
tree5374bba418d67c7ea1e40f303259e2a88589e387
parenta70555fb4f9b008494007e69dd520651b3da608d (diff)
downloadopenwrt-b870c16534c05ddc94149c6ff56976d8de8a353f.tar.gz
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 <robimarko@gmail.com>
-rw-r--r--.github/workflows/labeler.yml2
1 files changed, 1 insertions, 1 deletions
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 }}'