neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

labeler_configuration.yml (2258B)


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