patch 9.0.1764: CI: label should not be set on all yml files

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>
This commit is contained in:
Philip H
2023-08-20 18:58:46 +02:00
committed by Christian Brabandt
parent 787de412b8
commit 4924ad099f
2 changed files with 5 additions and 1 deletions

4
.github/labeler.yml vendored
View 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']

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1764,
/**/
1763,
/**/