labeler_configuration.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. build:
  2. - changed-files:
  3. - any-glob-to-any-file: [ CMakeLists.txt, "**/CMakeLists.txt", "**/Makefile", "**/*.cmake", cmake.deps/**/* ]
  4. checkhealth:
  5. - changed-files:
  6. - any-glob-to-any-file: [ "**/health.lua" ]
  7. ci:
  8. - changed-files:
  9. - any-glob-to-any-file: [ .github/actions/**, .github/workflows/**, .github/scripts/** ]
  10. clipboard:
  11. - changed-files:
  12. - any-glob-to-any-file: [ runtime/autoload/provider/clipboard.vim ]
  13. column:
  14. - changed-files:
  15. - any-glob-to-any-file: [ src/nvim/sign* ]
  16. comment:
  17. - changed-files:
  18. - any-glob-to-any-file: [ runtime/lua/vim/_comment.lua ]
  19. defaults:
  20. - changed-files:
  21. - any-glob-to-any-file: [ runtime/lua/vim/_defaults.lua ]
  22. diagnostic:
  23. - changed-files:
  24. - any-glob-to-any-file: [ runtime/lua/vim/diagnostic.lua ]
  25. diff:
  26. - changed-files:
  27. - any-glob-to-any-file: [ src/nvim/diff.* ]
  28. documentation:
  29. - changed-files:
  30. - any-glob-to-all-files: [ runtime/doc/*, "**/*.md" ]
  31. editorconfig:
  32. - changed-files:
  33. - any-glob-to-any-file: [ .editorconfig, runtime/lua/editorconfig.lua, runtime/plugin/editorconfig.lua ]
  34. filetype:
  35. - changed-files:
  36. - any-glob-to-any-file: [ runtime/lua/vim/filetype.lua, runtime/lua/vim/filetype/detect.lua ]
  37. filesystem:
  38. - changed-files:
  39. - any-glob-to-any-file: [ runtime/lua/vim/fs.lua ]
  40. folds:
  41. - changed-files:
  42. - any-glob-to-any-file: [ src/nvim/fold* ]
  43. lsp:
  44. - changed-files:
  45. - any-glob-to-any-file: [ runtime/lua/vim/lsp.lua, runtime/lua/vim/lsp/* ]
  46. mouse:
  47. - changed-files:
  48. - any-glob-to-any-file: [ src/nvim/mouse* ]
  49. netrw:
  50. - changed-files:
  51. - any-glob-to-any-file: [ runtime/autoload/netrw.vim, runtime/plugin/netrwPlugin.vim ]
  52. snippet:
  53. - changed-files:
  54. - any-glob-to-any-file: [ runtime/lua/vim/snippet.lua ]
  55. spell:
  56. - changed-files:
  57. - any-glob-to-any-file: [ src/nvim/spell* ]
  58. terminal:
  59. - changed-files:
  60. - any-glob-to-any-file: [ src/nvim/terminal.* ]
  61. test:
  62. - changed-files:
  63. - any-glob-to-all-files: [test/**/*]
  64. treesitter:
  65. - changed-files:
  66. - any-glob-to-any-file: [ src/nvim/lua/treesitter.*, runtime/lua/vim/treesitter.lua, runtime/lua/vim/treesitter/*, runtime/queries/**/* ]
  67. tui:
  68. - changed-files:
  69. - any-glob-to-any-file: [ src/nvim/tui/tui.* ]