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: |
| 4 | - any: ['.cirrus.yml'] |
Philip H | 4924ad0 | 2023-08-20 18:58:46 +0200 | [diff] [blame] | 5 | - any: ['.github/dependabot.yml'] |
| 6 | - any: ['.github/labeler.yml'] |
| 7 | - any: ['.github/workflows/*'] |
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 8 | - any: ['.appveyor.yml'] |
| 9 | - any: ['.codecov.yml'] |
| 10 | |
Philip H | 4b0018f | 2023-11-09 09:51:03 +0100 | [diff] [blame] | 11 | documentation: |
| 12 | - any: ['*/doc/*'] |
| 13 | |
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 14 | translation: |
| 15 | - any: ['src/po/*.po'] |
| 16 | |
| 17 | if_lua: |
| 18 | - any: ['src/if_lua.c'] |
| 19 | - any: ['src/proto/if_lua.pro'] |
| 20 | - any: ['runtime/doc/if_lua.txt'] |
| 21 | |
| 22 | if_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 | |
| 28 | if_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 | |
| 35 | if_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 | |
| 43 | if_ruby: |
| 44 | - any: ['src/if_ruby.c'] |
| 45 | - any: ['src/proto/if_ruby.pro'] |
| 46 | - any: ['runtime/doc/if_ruby.txt'] |
| 47 | |
| 48 | if_tcl: |
| 49 | - any: ['src/if_tcl.c'] |
| 50 | - any: ['src/proto/if_tcl.pro'] |
| 51 | - any: ['runtime/doc/if_tcl.txt'] |
| 52 | |
K.Takata | cb5e7a2 | 2023-11-11 17:04:31 +0900 | [diff] [blame^] | 53 | installer: |
| 54 | - any: ['nsis/**'] |
| 55 | - any: ['src/dosinst.*'] |
| 56 | - any: ['src/uninstall.c'] |
| 57 | |
| 58 | platform-mac: |
| 59 | - any: ['src/INSTALLmac.txt'] |
| 60 | - any: ['src/os_mac*'] |
| 61 | - any: ['src/proto/os_mac*'] |
| 62 | |
| 63 | platform-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 H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 93 | runtime: |
| 94 | - any: ['runtime/ftplugin'] |
| 95 | - any: ['runtime/syntax'] |
| 96 | - any: ['runtime/indent'] |
| 97 | - any: ['runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'] |
| 98 | |
| 99 | termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim |
| 100 | |
Ken Takata | 112431f | 2023-09-29 19:48:09 +0200 | [diff] [blame] | 101 | plugin-netrw: |
Philip H | 6d192a4 | 2023-08-19 14:30:47 +0200 | [diff] [blame] | 102 | - any: ['runtime/plugin/netrwPlugin.vim'] |
| 103 | - any: ['runtime/autoload/netrw*'] |
K.Takata | cb5e7a2 | 2023-11-11 17:04:31 +0900 | [diff] [blame^] | 104 | |
| 105 | xxd: |
| 106 | - any: ['src/xxd/*'] |