CI: Fix triage labelling of maintainer runtime files
Commit:
https://github.com/vim/vim/commit/e5ab63a06600035f76e1e8993bc8191cb0291ba8
Author: Doug Kearns <[email protected]>
Date: Fri Nov 21 18:16:15 2025 +0000
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]>
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 5b884c89e..720765d38 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -128,9 +128,12 @@ runtime:
- all:
- changed-files:
- any-glob-to-any-file:
- - 'runtime/ftplugin'
- - 'runtime/syntax'
- - 'runtime/indent'
+ - 'runtime/autoload/**/*.vim'
+ - 'runtime/colors/**/*.vim'
+ - 'runtime/compiler/**/*.vim'
+ - 'runtime/ftplugin/**/*.vim'
+ - 'runtime/indent/**/*.vim'
+ - 'runtime/syntax/**/*.vim'
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
termdebug:
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vMVtY-00EYvT-1V%40256bit.org.