mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
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 <dougkearns@gmail.com> Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
a08030c9f7
commit
e5ab63a066
9
.github/labeler.yml
vendored
9
.github/labeler.yml
vendored
@ -128,9 +128,12 @@ runtime:
|
|||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- 'runtime/ftplugin'
|
- 'runtime/autoload/**/*.vim'
|
||||||
- 'runtime/syntax'
|
- 'runtime/colors/**/*.vim'
|
||||||
- 'runtime/indent'
|
- 'runtime/compiler/**/*.vim'
|
||||||
|
- 'runtime/ftplugin/**/*.vim'
|
||||||
|
- 'runtime/indent/**/*.vim'
|
||||||
|
- 'runtime/syntax/**/*.vim'
|
||||||
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
|
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
|
||||||
|
|
||||||
termdebug:
|
termdebug:
|
||||||
|
|||||||
Reference in New Issue
Block a user