blob: 9abc870b080d329dd7b45e7dba6e93f99ab6a2b6 [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
11translation:
12- any: ['src/po/*.po']
13
14if_lua:
15- any: ['src/if_lua.c']
16- any: ['src/proto/if_lua.pro']
17- any: ['runtime/doc/if_lua.txt']
18
19if_mzscheme:
20- any: ['src/if_mzsch.c']
21- any: ['src/if_mzsch.h']
22- any: ['src/proto/if_mzsch.pro']
23- any: ['runtime/doc/if_mzsch.txt']
24
25if_perl:
26- any: ['src/if_perl.xs']
27- any: ['src/if_perlsfio.c']
28- any: ['src/proto/if_perl.pro']
29- any: ['src/proto/if_perlsfio.pro']
30- any: ['runtime/doc/if_perl.txt']
31
32if_python:
33- any: ['src/if_py_both.h']
34- any: ['runtime/doc/if_pyth.txt']
35- any: ['src/if_python.c']
36- any: ['src/if_python3.c']
37- any: ['src/proto/if_python.pro']
38- any: ['src/proto/if_python3.pro']
39
40if_ruby:
41- any: ['src/if_ruby.c']
42- any: ['src/proto/if_ruby.pro']
43- any: ['runtime/doc/if_ruby.txt']
44
45if_tcl:
46- any: ['src/if_tcl.c']
47- any: ['src/proto/if_tcl.pro']
48- any: ['runtime/doc/if_tcl.txt']
49
50runtime:
51- any: ['runtime/ftplugin']
52- any: ['runtime/syntax']
53- any: ['runtime/indent']
54- any: ['runtime/pack/dist/opt/termdebug/plugin/termdebug.vim']
55
56termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
57
58netrw:
59- any: ['runtime/plugin/netrwPlugin.vim']
60- any: ['runtime/autoload/netrw*']