blob: d75ed4eb5634a2b03a6db9c72c877259bb2d08b4 [file] [log] [blame]
Philip H6d192a42023-08-19 14:30:47 +02001# list of labels and minimatch globs to match to apply the label.
2
3CI:
4- any: ['.cirrus.yml']
Philip H4924ad02023-08-20 18:58:46 +02005- any: ['.github/dependabot.yml']
6- any: ['.github/labeler.yml']
7- any: ['.github/workflows/*']
Philip H6d192a42023-08-19 14:30:47 +02008- any: ['.appveyor.yml']
9- any: ['.codecov.yml']
10
Philip H4b0018f2023-11-09 09:51:03 +010011documentation:
12- any: ['*/doc/*']
13
Philip H6d192a42023-08-19 14:30:47 +020014translation:
15- any: ['src/po/*.po']
16
17if_lua:
18- any: ['src/if_lua.c']
19- any: ['src/proto/if_lua.pro']
20- any: ['runtime/doc/if_lua.txt']
21
22if_mzscheme:
23- any: ['src/if_mzsch.c']
24- any: ['src/if_mzsch.h']
25- any: ['src/proto/if_mzsch.pro']
26- any: ['runtime/doc/if_mzsch.txt']
27
28if_perl:
29- any: ['src/if_perl.xs']
30- any: ['src/if_perlsfio.c']
31- any: ['src/proto/if_perl.pro']
32- any: ['src/proto/if_perlsfio.pro']
33- any: ['runtime/doc/if_perl.txt']
34
35if_python:
36- any: ['src/if_py_both.h']
37- any: ['runtime/doc/if_pyth.txt']
38- any: ['src/if_python.c']
39- any: ['src/if_python3.c']
40- any: ['src/proto/if_python.pro']
41- any: ['src/proto/if_python3.pro']
42
43if_ruby:
44- any: ['src/if_ruby.c']
45- any: ['src/proto/if_ruby.pro']
46- any: ['runtime/doc/if_ruby.txt']
47
48if_tcl:
49- any: ['src/if_tcl.c']
50- any: ['src/proto/if_tcl.pro']
51- any: ['runtime/doc/if_tcl.txt']
52
K.Takatacb5e7a22023-11-11 17:04:31 +090053installer:
54- any: ['nsis/**']
55- any: ['src/dosinst.*']
56- any: ['src/uninstall.c']
57
58platform-mac:
59- any: ['src/INSTALLmac.txt']
60- any: ['src/os_mac*']
61- any: ['src/proto/os_mac*']
62
63platform-windows:
64- any: ['nsis/**']
65- any: ['src/*.bat']
66- any: ['src/*.bmp']
67- any: ['src/*.ico']
68- any: ['src/GvimExt/*']
69- any: ['src/INSTALLpc.txt']
70- any: ['src/Make_cyg*.mak']
71- any: ['src/Make_ming.mak']
72- any: ['src/Make_mvc.mak']
73- any: ['src/dosinst.*']
74- any: ['src/gui_dwrite.*']
75- any: ['src/gui_w32*']
76- any: ['src/if_ole.*']
77- any: ['src/iid_ole.c']
78- any: ['src/os_mswin*']
79- any: ['src/os_w32*']
80- any: ['src/os_win32.*']
81- any: ['src/proto/gui_w32.pro']
82- any: ['src/proto/os_mswin.pro']
83- any: ['src/proto/os_win32.pro']
84- any: ['src/proto/winclip.pro']
85- any: ['src/uninstall.c']
86- any: ['src/vim.manifest']
87- any: ['src/vim.rc']
88- any: ['src/vimrun.c']
89- any: ['src/winclip.c']
90- any: ['src/xpm/**']
91- any: ['src/xpm_w32.*']
92
Philip H6d192a42023-08-19 14:30:47 +020093runtime:
94- any: ['runtime/ftplugin']
95- any: ['runtime/syntax']
96- any: ['runtime/indent']
97- any: ['runtime/pack/dist/opt/termdebug/plugin/termdebug.vim']
98
99termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
100
Ken Takata112431f2023-09-29 19:48:09 +0200101plugin-netrw:
Philip H6d192a42023-08-19 14:30:47 +0200102- any: ['runtime/plugin/netrwPlugin.vim']
103- any: ['runtime/autoload/netrw*']
K.Takatacb5e7a22023-11-11 17:04:31 +0900104
105xxd:
106- any: ['src/xxd/*']