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 | |
| 11 | translation: |
| 12 | - any: ['src/po/*.po'] |
| 13 | |
| 14 | if_lua: |
| 15 | - any: ['src/if_lua.c'] |
| 16 | - any: ['src/proto/if_lua.pro'] |
| 17 | - any: ['runtime/doc/if_lua.txt'] |
| 18 | |
| 19 | if_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 | |
| 25 | if_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 | |
| 32 | if_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 | |
| 40 | if_ruby: |
| 41 | - any: ['src/if_ruby.c'] |
| 42 | - any: ['src/proto/if_ruby.pro'] |
| 43 | - any: ['runtime/doc/if_ruby.txt'] |
| 44 | |
| 45 | if_tcl: |
| 46 | - any: ['src/if_tcl.c'] |
| 47 | - any: ['src/proto/if_tcl.pro'] |
| 48 | - any: ['runtime/doc/if_tcl.txt'] |
| 49 | |
| 50 | runtime: |
| 51 | - any: ['runtime/ftplugin'] |
| 52 | - any: ['runtime/syntax'] |
| 53 | - any: ['runtime/indent'] |
| 54 | - any: ['runtime/pack/dist/opt/termdebug/plugin/termdebug.vim'] |
| 55 | |
| 56 | termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim |
| 57 | |
| 58 | netrw: |
| 59 | - any: ['runtime/plugin/netrwPlugin.vim'] |
| 60 | - any: ['runtime/autoload/netrw*'] |