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:
Doug Kearns
2025-11-21 18:16:15 +00:00
committed by Christian Brabandt
parent a08030c9f7
commit e5ab63a066

9
.github/labeler.yml vendored
View File

@ -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: