[openwrt/openwrt] CI: labeler: target major version of labeler action

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 29 13:06:13 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/c43b5e71b8040b8f01c151afa12df64d32aa8078

commit c43b5e71b8040b8f01c151afa12df64d32aa8078
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Oct 12 16:49:46 2022 +0200

    CI: labeler: target major version of labeler action
    
    Target major version of labeler to include minor fixes and use always
    the latest major version with included fixes.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
    (cherry picked from commit 5fb7232bc0592cb2e1818fa47dfaecc291c8514e)
---
 .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 420617809b..b67265ca80 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -14,6 +14,6 @@ jobs:
     name: Pull Request Labeler
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/labeler at v4.0.1
+      - uses: actions/labeler at v4
         with:
           repo-token: '${{ secrets.GITHUB_TOKEN }}'




More information about the lede-commits mailing list