Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 1 | # list of labels and minimatch globs to match to apply the label. |
2 | |||||
3 | CI: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 4 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 5 | - changed-files: |
6 | - any-glob-to-any-file: | ||||
7 | - '.cirrus.yml' | ||||
8 | - '.github/dependabot.yml' | ||||
9 | - '.github/labeler.yml' | ||||
10 | - '.github/workflows/*' | ||||
11 | - '.appveyor.yml' | ||||
12 | - '.codecov.yml' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 13 | |
Philip H | 4b0018f | 2023-11-09 09:51:03 +0100 | [diff] [blame] | 14 | documentation: |
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 15 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 16 | - changed-files: |
17 | - any-glob-to-all-files: | ||||
18 | - '*/doc/*' | ||||
Philip H | 4b0018f | 2023-11-09 09:51:03 +0100 | [diff] [blame] | 19 | |
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 20 | translation: |
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 21 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 22 | - changed-files: |
23 | - any-glob-to-any-file: | ||||
24 | - 'src/po/*.po' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 25 | |
26 | if_lua: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 27 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 28 | - changed-files: |
29 | - any-glob-to-any-file: | ||||
30 | - 'src/if_lua.c' | ||||
31 | - 'src/proto/if_lua.pro' | ||||
32 | - 'runtime/doc/if_lua.txt' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 33 | |
34 | if_mzscheme: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 35 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 36 | - changed-files: |
37 | - any-glob-to-any-file: | ||||
38 | - 'src/if_mzsch.c' | ||||
39 | - 'src/if_mzsch.h' | ||||
40 | - 'src/proto/if_mzsch.pro' | ||||
41 | - 'runtime/doc/if_mzsch.txt' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 42 | |
43 | if_perl: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 44 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 45 | - changed-files: |
46 | - any-glob-to-any-file: | ||||
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 H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 52 | |
53 | if_python: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 54 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 55 | - changed-files: |
56 | - any-glob-to-any-file: | ||||
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 H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 63 | |
64 | if_ruby: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 65 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 66 | - changed-files: |
67 | - any-glob-to-any-file: | ||||
68 | - 'src/if_ruby.c' | ||||
69 | - 'src/proto/if_ruby.pro' | ||||
70 | - 'runtime/doc/if_ruby.txt' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 71 | |
72 | if_tcl: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 73 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 74 | - changed-files: |
75 | - any-glob-to-any-file: | ||||
76 | - 'src/if_tcl.c' | ||||
77 | - 'src/proto/if_tcl.pro' | ||||
78 | - 'runtime/doc/if_tcl.txt' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 79 | |
K.Takata | cb5e7a2 | 2023-11-11 17:04:31 +0900 | [diff] [blame] | 80 | installer: |
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 81 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 82 | - changed-files: |
83 | - any-glob-to-any-file: | ||||
84 | - 'nsis/**' | ||||
85 | - 'src/dosinst.*' | ||||
86 | - 'src/uninstall.c' | ||||
K.Takata | cb5e7a2 | 2023-11-11 17:04:31 +0900 | [diff] [blame] | 87 | |
88 | platform-mac: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 89 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 90 | - changed-files: |
91 | - any-glob-to-any-file: | ||||
92 | - 'src/INSTALLmac.txt' | ||||
93 | - 'src/os_mac*' | ||||
94 | - 'src/proto/os_mac*' | ||||
K.Takata | cb5e7a2 | 2023-11-11 17:04:31 +0900 | [diff] [blame] | 95 | |
96 | platform-windows: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 97 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 98 | - changed-files: |
99 | - any-glob-to-any-file: | ||||
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.Takata | cb5e7a2 | 2023-11-11 17:04:31 +0900 | [diff] [blame] | 128 | |
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 129 | runtime: |
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 130 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 131 | - changed-files: |
132 | - any-glob-to-any-file: | ||||
133 | - 'runtime/ftplugin' | ||||
134 | - 'runtime/syntax' | ||||
135 | - 'runtime/indent' | ||||
136 | - 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 137 | |
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 138 | termdebug: |
139 | - all: | ||||
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 140 | - changed-files: |
141 | - any-glob-to-any-file: | ||||
142 | - 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim' | ||||
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 143 | |
Ken Takata | 112431f | 2023-09-29 19:48:09 +0200 | [diff] [blame] | 144 | plugin-netrw: |
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 145 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 146 | - changed-files: |
147 | - any-glob-to-any-file: | ||||
148 | - 'runtime/plugin/netrwPlugin.vim' | ||||
149 | - 'runtime/autoload/netrw*' | ||||
K.Takata | cb5e7a2 | 2023-11-11 17:04:31 +0900 | [diff] [blame] | 150 | |
151 | xxd: | ||||
Philip H | a40e168 | 2023-12-11 18:35:52 +0100 | [diff] [blame] | 152 | - all: |
K.Takata | a02fe34 | 2023-12-13 18:45:57 +0900 | [diff] [blame] | 153 | - changed-files: |
154 | - any-glob-to-any-file: | ||||
155 | - 'src/xxd/*' |