Commit: CI: Fix triage labelling of maintainer runtime files

2 views
Skip to first unread message

Christian Brabandt

unread,
Nov 21, 2025, 1:30:36 PM (yesterday) Nov 21
to vim...@googlegroups.com
CI: Fix triage labelling of maintainer runtime files

Commit: https://github.com/vim/vim/commit/e5ab63a06600035f76e1e8993bc8191cb0291ba8
Author: Doug Kearns <dougk...@gmail.com>
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 <dougk...@gmail.com>
Signed-off-by: Philip H. <47042125...@users.noreply.github.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

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:
Reply all
Reply to author
Forward
0 new messages