neovim/.github/scripts/labeler_configuration.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

72 lines
1.7 KiB
YAML
Raw Normal View History

2024-05-13 11:11:15 -07:00
build:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ CMakeLists.txt, "**/CMakeLists.txt", "**/Makefile", "**/*.cmake", cmake.deps/**/* ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
ci:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ .github/actions/**, .github/workflows/**, .github/scripts/** ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
clipboard:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ runtime/autoload/provider/clipboard.vim ]
column:
- changed-files:
- any-glob-to-any-file: [ src/nvim/sign* ]
2023-12-08 02:41:11 -07:00
diagnostic:
- changed-files:
- any-glob-to-any-file: [ runtime/lua/vim/diagnostic.lua ]
2024-05-13 11:11:15 -07:00
diff:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ src/nvim/diff.* ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
documentation:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-all-files: [ runtime/doc/*, "**/*.md" ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
editorconfig:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ .editorconfig, runtime/lua/editorconfig.lua, runtime/plugin/editorconfig.lua ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
filetype:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ runtime/lua/vim/filetype.lua, runtime/lua/vim/filetype/detect.lua ]
2023-12-08 02:41:11 -07:00
folds:
- changed-files:
- any-glob-to-any-file: [ src/nvim/fold* ]
2024-05-13 11:11:15 -07:00
lsp:
- changed-files:
- any-glob-to-any-file: [ runtime/lua/vim/lsp.lua, runtime/lua/vim/lsp/* ]
2023-12-08 02:41:11 -07:00
mouse:
- changed-files:
- any-glob-to-any-file: [ src/nvim/mouse* ]
2024-05-13 11:11:15 -07:00
snippet:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ runtime/lua/vim/snippet.lua ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
spell:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ src/nvim/spell* ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
terminal:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ src/nvim/terminal.* ]
2023-12-08 02:41:11 -07:00
test:
- changed-files:
- any-glob-to-all-files: [test/**/*]
2024-05-13 11:11:15 -07:00
treesitter:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ src/nvim/lua/treesitter.*, runtime/lua/vim/treesitter.lua, runtime/lua/vim/treesitter/*, runtime/queries/**/* ]
2023-12-08 02:41:11 -07:00
2024-05-13 11:11:15 -07:00
tui:
2023-12-08 02:41:11 -07:00
- changed-files:
2024-05-13 11:11:15 -07:00
- any-glob-to-any-file: [ src/nvim/tui/tui.* ]