Skip to content

Commit e5ab63a

Browse files
dkearnschrisbra
authored andcommitted
CI: Fix triage labelling of maintainer runtime files
A directory name alone does not generate matches for its contents. closes: #18785 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Philip H. <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent a08030c commit e5ab63a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,12 @@ runtime:
128128
- all:
129129
- changed-files:
130130
- any-glob-to-any-file:
131-
- 'runtime/ftplugin'
132-
- 'runtime/syntax'
133-
- 'runtime/indent'
131+
- 'runtime/autoload/**/*.vim'
132+
- 'runtime/colors/**/*.vim'
133+
- 'runtime/compiler/**/*.vim'
134+
- 'runtime/ftplugin/**/*.vim'
135+
- 'runtime/indent/**/*.vim'
136+
- 'runtime/syntax/**/*.vim'
134137
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
135138

136139
termdebug:

0 commit comments

Comments
 (0)