blob: 124848000d8f028fa3ee139c16bf8ccbe32653b3 [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:
Philip Ha40e1682023-12-11 18:35:52 +01004 - all:
5 - changed-files:
6 - any-glob-to-all-files:
7 - '.cirrus.yml'
8 - '.github/dependabot.yml'
9 - '.github/labeler.yml'
10 - '.github/workflows/*'
11 - '.appveyor.yml'
12 - '.codecov.yml'
Philip H6d192a42023-08-19 14:30:47 +020013
Philip H4b0018f2023-11-09 09:51:03 +010014documentation:
Philip Ha40e1682023-12-11 18:35:52 +010015 - all:
16 - changed-files:
17 - any-glob-to-all-files:
18 - '*/doc/*'
Philip H4b0018f2023-11-09 09:51:03 +010019
Philip H6d192a42023-08-19 14:30:47 +020020translation:
Philip Ha40e1682023-12-11 18:35:52 +010021 - all:
22 - changed-files:
23 - any-glob-to-all-files:
24 - 'src/po/*.po'
Philip H6d192a42023-08-19 14:30:47 +020025
26if_lua:
Philip Ha40e1682023-12-11 18:35:52 +010027 - all:
28 - changed-files:
29 - any-glob-to-all-files:
30 - 'src/if_lua.c'
31 - 'src/proto/if_lua.pro'
32 - 'runtime/doc/if_lua.txt'
Philip H6d192a42023-08-19 14:30:47 +020033
34if_mzscheme:
Philip Ha40e1682023-12-11 18:35:52 +010035 - all:
36 - changed-files:
37 - any-glob-to-all-files:
38 - 'src/if_mzsch.c'
39 - 'src/if_mzsch.h'
40 - 'src/proto/if_mzsch.pro'
41 - 'runtime/doc/if_mzsch.txt'
Philip H6d192a42023-08-19 14:30:47 +020042
43if_perl:
Philip Ha40e1682023-12-11 18:35:52 +010044 - all:
45 - changed-files:
46 - any-glob-to-all-files:
47 - 'src/if_perl.xs'
48 - 'src/if_perlsfio.c'
49 - 'src/proto/if_perl.pro'
50 - 'src/proto/if_perlsfio.pro'
51 - 'runtime/doc/if_perl.txt'
Philip H6d192a42023-08-19 14:30:47 +020052
53if_python:
Philip Ha40e1682023-12-11 18:35:52 +010054 - all:
55 - changed-files:
56 - any-glob-to-all-files:
57 - 'src/if_py_both.h'
58 - 'runtime/doc/if_pyth.txt'
59 - 'src/if_python.c'
60 - 'src/if_python3.c'
61 - 'src/proto/if_python.pro'
62 - 'src/proto/if_python3.pro'
Philip H6d192a42023-08-19 14:30:47 +020063
64if_ruby:
Philip Ha40e1682023-12-11 18:35:52 +010065 - all:
66 - changed-files:
67 - any-glob-to-all-files:
68 - 'src/if_ruby.c'
69 - 'src/proto/if_ruby.pro'
70 - 'runtime/doc/if_ruby.txt'
Philip H6d192a42023-08-19 14:30:47 +020071
72if_tcl:
Philip Ha40e1682023-12-11 18:35:52 +010073 - all:
74 - changed-files:
75 - any-glob-to-all-files:
76 - 'src/if_tcl.c'
77 - 'src/proto/if_tcl.pro'
78 - 'runtime/doc/if_tcl.txt'
Philip H6d192a42023-08-19 14:30:47 +020079
K.Takatacb5e7a22023-11-11 17:04:31 +090080installer:
Philip Ha40e1682023-12-11 18:35:52 +010081 - all:
82 - changed-files:
83 - any-glob-to-all-files:
84 - 'nsis/**'
85 - 'src/dosinst.*'
86 - 'src/uninstall.c'
K.Takatacb5e7a22023-11-11 17:04:31 +090087
88platform-mac:
Philip Ha40e1682023-12-11 18:35:52 +010089 - all:
90 - changed-files:
91 - any-glob-to-all-files:
92 - 'src/INSTALLmac.txt'
93 - 'src/os_mac*'
94 - 'src/proto/os_mac*'
K.Takatacb5e7a22023-11-11 17:04:31 +090095
96platform-windows:
Philip Ha40e1682023-12-11 18:35:52 +010097 - all:
98 - changed-files:
99 - any-glob-to-all-files:
100 - 'nsis/**'
101 - 'src/*.bat'
102 - 'src/*.bmp'
103 - 'src/*.ico'
104 - 'src/GvimExt/*'
105 - 'src/INSTALLpc.txt'
106 - 'src/Make_cyg*.mak'
107 - 'src/Make_ming.mak'
108 - 'src/Make_mvc.mak'
109 - 'src/dosinst.*'
110 - 'src/gui_dwrite.*'
111 - 'src/gui_w32*'
112 - 'src/if_ole.*'
113 - 'src/iid_ole.c'
114 - 'src/os_mswin*'
115 - 'src/os_w32*'
116 - 'src/os_win32.*'
117 - 'src/proto/gui_w32.pro'
118 - 'src/proto/os_mswin.pro'
119 - 'src/proto/os_win32.pro'
120 - 'src/proto/winclip.pro'
121 - 'src/uninstall.c'
122 - 'src/vim.manifest'
123 - 'src/vim.rc'
124 - 'src/vimrun.c'
125 - 'src/winclip.c'
126 - 'src/xpm/**'
127 - 'src/xpm_w32.*'
K.Takatacb5e7a22023-11-11 17:04:31 +0900128
Philip H6d192a42023-08-19 14:30:47 +0200129runtime:
Philip Ha40e1682023-12-11 18:35:52 +0100130 - all:
131 - changed-files:
132 - any-glob-to-all-files:
133 - 'runtime/ftplugin'
134 - 'runtime/syntax'
135 - 'runtime/indent'
136 - 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
Philip H6d192a42023-08-19 14:30:47 +0200137
Philip Ha40e1682023-12-11 18:35:52 +0100138termdebug:
139 - all:
140 - changed-files:
141 - any-glob-to-all-files:
142 - 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'
Philip H6d192a42023-08-19 14:30:47 +0200143
Ken Takata112431f2023-09-29 19:48:09 +0200144plugin-netrw:
Philip Ha40e1682023-12-11 18:35:52 +0100145 - all:
146 - changed-files:
147 - any-glob-to-all-files:
148 - 'runtime/plugin/netrwPlugin.vim'
149 - 'runtime/autoload/netrw*'
K.Takatacb5e7a22023-11-11 17:04:31 +0900150
151xxd:
Philip Ha40e1682023-12-11 18:35:52 +0100152 - all:
153 - changed-files:
154 - any-glob-to-all-files:
155 - 'src/xxd/*'