]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1764: CI: label should not be set on all yml files v9.0.1764
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 20 Aug 2023 16:58:46 +0000 (18:58 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 16:58:46 +0000 (18:58 +0200)
Problem:  CI: label should not be set on all yml files
Solution: only set it for specific yml files in .github

closes: #12855

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
.github/labeler.yml
src/version.c

index 8e2337c6e4fa19e2d292c9cbc01c2ffe384984aa..9abc870b080d329dd7b45e7dba6e93f99ab6a2b6 100644 (file)
@@ -2,7 +2,9 @@
 
 CI:
 - any: ['.cirrus.yml']
-- any: ['.github/**']
+- any: ['.github/dependabot.yml']
+- any: ['.github/labeler.yml']
+- any: ['.github/workflows/*']
 - any: ['.appveyor.yml']
 - any: ['.codecov.yml']
 
index f69e95325c24fb0930adfeaac9eeb5b831170c85..08cc7d8391e6ea85c40726dba99c7c683d6a43ac 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1764,
 /**/
     1763,
 /**/