blob: 8764d962620b521170a2f5cbccc53f1dddefe81c [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
53runtime:
54- any: ['runtime/ftplugin']
55- any: ['runtime/syntax']
56- any: ['runtime/indent']
57- any: ['runtime/pack/dist/opt/termdebug/plugin/termdebug.vim']
58
59termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
60
Ken Takata112431f2023-09-29 19:48:09 +020061plugin-netrw:
Philip H6d192a42023-08-19 14:30:47 +020062- any: ['runtime/plugin/netrwPlugin.vim']
63- any: ['runtime/autoload/netrw*']