From: Christian Marangi Date: Wed, 12 Oct 2022 14:49:46 +0000 (+0200) Subject: CI: labeler: target major version of labeler action X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5fb7232bc0592cb2e1818fa47dfaecc291c8514e;p=openwrt%2Fstaging%2Fdangole.git 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 --- 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@v4.0.1 + - uses: actions/labeler@v4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'