| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | ci(labeler): don't automatically add "lua" label (#22765) | zeertzjq | 2023-03-23 |
| | | | | | | The labeler adds "lua" label to too many files. When there is already a "treesitter" or "lsp" label, a "lua" label isn't useful. Instead it's better to add the label manually to PRs for general Lua support. | ||
| * | ci: add platform:nix label when changing nix files (#21569) | dundargoc | 2022-12-28 |
| | | | | Also update the reviewer list. | ||
| * | ci(labeler): also add filetype label for filetype/detect.lua (#21180) | zeertzjq | 2022-11-24 |
| | | |||
| * | ci(labeler): add treesitter label for query changes (#20122) | dundargoc | 2022-09-08 |
| | | |||
| * | ci(labeler): do not add "column" label for mark.{c,h} (#19455) | zeertzjq | 2022-07-21 |
| | | |||
| * | build: rename build-related dirs | Justin M. Keyes | 2022-06-28 |
| | | | | | | | | | | | | | | | Problem: Dirs "config", "packaging", and "third-party" are all closely related but this is not obvious from the layout. This adds friction for new contributors. Solution: - rename config/ to cmake.config/ - rename test/config/ to test/cmakeconfig/ because it is used in Lua tests: require('test.cmakeconfig.paths'). - rename packaging/ to cmake.packaging/ - rename third-party/ to cmake.deps/ (parallel with .deps/) | ||
| * | ci: label all markdown edits as "documentation" #18120 | casswedson | 2022-04-24 |
| | | |||
| * | ci: label changes to Makefiles as build | casswedson | 2022-03-27 |
| | | | | | | Makefiles are used for builds, so why not label changes to these files as build | ||
| * | ci(labeler): change "tests" to "test" | Dundar Göc | 2022-02-18 |
| | | |||
| * | ci(labeler): add filetype label if any filetype files have changed | Dundar Göc | 2022-02-12 |
| | | |||
| * | ci(labeler): diagnostic | Justin M. Keyes | 2021-09-18 |
| | | |||
| * | ci(labeler): apply label tests if only files under test have changed (#15305) | dundargoc | 2021-08-08 |
| | | |||
| * | ci(labeler): apply documentation label only for changes exclusively in ↵ | dundargoc | 2021-08-07 |
| | | | | | runtime/doc/* (#15298) | ||
| * | ci(labeler): add "tests" and "ci" labels to the labeler action (#15287) | dundargoc | 2021-08-06 |
| | | | | | Also added "CONTRIBUTING.md" file under the "documentation" label since it gets changed fairly often. | ||
| * | ci(labeler): fix syntax so changes under src/nvim/lua are registered (#15285) | dundargoc | 2021-08-06 |
| | | | | | The labeler action requires a glob (*) to denote files under a directory. | ||
| * | ci(labeler): adapt to new label names | Christian Clason | 2021-07-28 |
| | | |||
| * | ci(labeler): update label format | Christian Clason | 2021-07-28 |
| | | |||
| * | fix(ci): change autolabel to "treesitter" | Christian Clason | 2021-06-29 |
| | | | | Open issues and PRs are almost all labeled `treesitter` instead of `tree-sitter`; this change improves consistency. | ||
| * | ci: correctly label dependencies PRs | Thomas Vigouroux | 2021-06-11 |
| | | | | | Configures the labeler to handle PRs related to third-party. | ||
| * | feat(ci): autolabel pull requests (#14574) | Matthieu Coudron | 2021-05-18 |
| autolabel pull requests depending on which files are modified | |||