forked from aniani/vim
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:
committed by
Christian Brabandt
parent
787de412b8
commit
4924ad099f
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
CI:
|
CI:
|
||||||
- any: ['.cirrus.yml']
|
- any: ['.cirrus.yml']
|
||||||
- any: ['.github/**']
|
- any: ['.github/dependabot.yml']
|
||||||
|
- any: ['.github/labeler.yml']
|
||||||
|
- any: ['.github/workflows/*']
|
||||||
- any: ['.appveyor.yml']
|
- any: ['.appveyor.yml']
|
||||||
- any: ['.codecov.yml']
|
- any: ['.codecov.yml']
|
||||||
|
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1764,
|
||||||
/**/
|
/**/
|
||||||
1763,
|
1763,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user