aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-10-12 16:49:46 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-11-27 17:39:43 +0100
commitc43b5e71b8040b8f01c151afa12df64d32aa8078 (patch)
tree0feb4346f22670d4ae34d4bf182e4cfc20645bdb /.github
parent008e9a335dc32c4662aa56eb67487ddd777f2147 (diff)
downloadupstream-c43b5e71b8040b8f01c151afa12df64d32aa8078.tar.gz
upstream-c43b5e71b8040b8f01c151afa12df64d32aa8078.tar.bz2
upstream-c43b5e71b8040b8f01c151afa12df64d32aa8078.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 }}'