mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
CI: Fix labeler.yml (#13677)
* CI: Fix labeler.yml Use `any-glob-to-any-file` instead of `any-glob-to-all-files` in most places. * Adjust indentation
This commit is contained in:
212
.github/labeler.yml
vendored
212
.github/labeler.yml
vendored
@ -2,154 +2,154 @@
|
|||||||
|
|
||||||
CI:
|
CI:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- '.cirrus.yml'
|
- '.cirrus.yml'
|
||||||
- '.github/dependabot.yml'
|
- '.github/dependabot.yml'
|
||||||
- '.github/labeler.yml'
|
- '.github/labeler.yml'
|
||||||
- '.github/workflows/*'
|
- '.github/workflows/*'
|
||||||
- '.appveyor.yml'
|
- '.appveyor.yml'
|
||||||
- '.codecov.yml'
|
- '.codecov.yml'
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-all-files:
|
||||||
- '*/doc/*'
|
- '*/doc/*'
|
||||||
|
|
||||||
translation:
|
translation:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/po/*.po'
|
- 'src/po/*.po'
|
||||||
|
|
||||||
if_lua:
|
if_lua:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/if_lua.c'
|
- 'src/if_lua.c'
|
||||||
- 'src/proto/if_lua.pro'
|
- 'src/proto/if_lua.pro'
|
||||||
- 'runtime/doc/if_lua.txt'
|
- 'runtime/doc/if_lua.txt'
|
||||||
|
|
||||||
if_mzscheme:
|
if_mzscheme:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/if_mzsch.c'
|
- 'src/if_mzsch.c'
|
||||||
- 'src/if_mzsch.h'
|
- 'src/if_mzsch.h'
|
||||||
- 'src/proto/if_mzsch.pro'
|
- 'src/proto/if_mzsch.pro'
|
||||||
- 'runtime/doc/if_mzsch.txt'
|
- 'runtime/doc/if_mzsch.txt'
|
||||||
|
|
||||||
if_perl:
|
if_perl:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/if_perl.xs'
|
- 'src/if_perl.xs'
|
||||||
- 'src/if_perlsfio.c'
|
- 'src/if_perlsfio.c'
|
||||||
- 'src/proto/if_perl.pro'
|
- 'src/proto/if_perl.pro'
|
||||||
- 'src/proto/if_perlsfio.pro'
|
- 'src/proto/if_perlsfio.pro'
|
||||||
- 'runtime/doc/if_perl.txt'
|
- 'runtime/doc/if_perl.txt'
|
||||||
|
|
||||||
if_python:
|
if_python:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/if_py_both.h'
|
- 'src/if_py_both.h'
|
||||||
- 'runtime/doc/if_pyth.txt'
|
- 'runtime/doc/if_pyth.txt'
|
||||||
- 'src/if_python.c'
|
- 'src/if_python.c'
|
||||||
- 'src/if_python3.c'
|
- 'src/if_python3.c'
|
||||||
- 'src/proto/if_python.pro'
|
- 'src/proto/if_python.pro'
|
||||||
- 'src/proto/if_python3.pro'
|
- 'src/proto/if_python3.pro'
|
||||||
|
|
||||||
if_ruby:
|
if_ruby:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/if_ruby.c'
|
- 'src/if_ruby.c'
|
||||||
- 'src/proto/if_ruby.pro'
|
- 'src/proto/if_ruby.pro'
|
||||||
- 'runtime/doc/if_ruby.txt'
|
- 'runtime/doc/if_ruby.txt'
|
||||||
|
|
||||||
if_tcl:
|
if_tcl:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/if_tcl.c'
|
- 'src/if_tcl.c'
|
||||||
- 'src/proto/if_tcl.pro'
|
- 'src/proto/if_tcl.pro'
|
||||||
- 'runtime/doc/if_tcl.txt'
|
- 'runtime/doc/if_tcl.txt'
|
||||||
|
|
||||||
installer:
|
installer:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'nsis/**'
|
- 'nsis/**'
|
||||||
- 'src/dosinst.*'
|
- 'src/dosinst.*'
|
||||||
- 'src/uninstall.c'
|
- 'src/uninstall.c'
|
||||||
|
|
||||||
platform-mac:
|
platform-mac:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/INSTALLmac.txt'
|
- 'src/INSTALLmac.txt'
|
||||||
- 'src/os_mac*'
|
- 'src/os_mac*'
|
||||||
- 'src/proto/os_mac*'
|
- 'src/proto/os_mac*'
|
||||||
|
|
||||||
platform-windows:
|
platform-windows:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'nsis/**'
|
- 'nsis/**'
|
||||||
- 'src/*.bat'
|
- 'src/*.bat'
|
||||||
- 'src/*.bmp'
|
- 'src/*.bmp'
|
||||||
- 'src/*.ico'
|
- 'src/*.ico'
|
||||||
- 'src/GvimExt/*'
|
- 'src/GvimExt/*'
|
||||||
- 'src/INSTALLpc.txt'
|
- 'src/INSTALLpc.txt'
|
||||||
- 'src/Make_cyg*.mak'
|
- 'src/Make_cyg*.mak'
|
||||||
- 'src/Make_ming.mak'
|
- 'src/Make_ming.mak'
|
||||||
- 'src/Make_mvc.mak'
|
- 'src/Make_mvc.mak'
|
||||||
- 'src/dosinst.*'
|
- 'src/dosinst.*'
|
||||||
- 'src/gui_dwrite.*'
|
- 'src/gui_dwrite.*'
|
||||||
- 'src/gui_w32*'
|
- 'src/gui_w32*'
|
||||||
- 'src/if_ole.*'
|
- 'src/if_ole.*'
|
||||||
- 'src/iid_ole.c'
|
- 'src/iid_ole.c'
|
||||||
- 'src/os_mswin*'
|
- 'src/os_mswin*'
|
||||||
- 'src/os_w32*'
|
- 'src/os_w32*'
|
||||||
- 'src/os_win32.*'
|
- 'src/os_win32.*'
|
||||||
- 'src/proto/gui_w32.pro'
|
- 'src/proto/gui_w32.pro'
|
||||||
- 'src/proto/os_mswin.pro'
|
- 'src/proto/os_mswin.pro'
|
||||||
- 'src/proto/os_win32.pro'
|
- 'src/proto/os_win32.pro'
|
||||||
- 'src/proto/winclip.pro'
|
- 'src/proto/winclip.pro'
|
||||||
- 'src/uninstall.c'
|
- 'src/uninstall.c'
|
||||||
- 'src/vim.manifest'
|
- 'src/vim.manifest'
|
||||||
- 'src/vim.rc'
|
- 'src/vim.rc'
|
||||||
- 'src/vimrun.c'
|
- 'src/vimrun.c'
|
||||||
- 'src/winclip.c'
|
- 'src/winclip.c'
|
||||||
- 'src/xpm/**'
|
- 'src/xpm/**'
|
||||||
- 'src/xpm_w32.*'
|
- 'src/xpm_w32.*'
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'runtime/ftplugin'
|
- 'runtime/ftplugin'
|
||||||
- 'runtime/syntax'
|
- 'runtime/syntax'
|
||||||
- 'runtime/indent'
|
- 'runtime/indent'
|
||||||
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
|
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
|
||||||
|
|
||||||
termdebug:
|
termdebug:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
|
- 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
|
||||||
|
|
||||||
plugin-netrw:
|
plugin-netrw:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'runtime/plugin/netrwPlugin.vim'
|
- 'runtime/plugin/netrwPlugin.vim'
|
||||||
- 'runtime/autoload/netrw*'
|
- 'runtime/autoload/netrw*'
|
||||||
|
|
||||||
xxd:
|
xxd:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
- any-glob-to-any-file:
|
||||||
- 'src/xxd/*'
|
- 'src/xxd/*'
|
||||||
|
Reference in New Issue
Block a user