aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-10-12 16:49:46 +0200
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2022-12-04 16:27:00 +0100
commit3e41081eff490ef12cd00c4a5b06292947ac25a1 (patch)
treec900f4c405396e3acea65a859145c284739ef952 /.github
parentc4345c7a7d3cb64f4b07a9b2cb3a7c959c54052b (diff)
downloadupstream-3e41081eff490ef12cd00c4a5b06292947ac25a1.tar.gz
upstream-3e41081eff490ef12cd00c4a5b06292947ac25a1.tar.bz2
upstream-3e41081eff490ef12cd00c4a5b06292947ac25a1.zip
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@gmail.com> (cherry picked from commit 5fb7232bc0592cb2e1818fa47dfaecc291c8514e)
Diffstat (limited to '.github')
-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 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 }}'