aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
Commit message (Collapse)AuthorAge
* ci(labeler): don't automatically add "lua" label (#22765)zeertzjq2023-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)dundargoc2022-12-28
| | | Also update the reviewer list.
* ci(labeler): also add filetype label for filetype/detect.lua (#21180)zeertzjq2022-11-24
|
* ci(labeler): add treesitter label for query changes (#20122)dundargoc2022-09-08
|
* ci(labeler): do not add "column" label for mark.{c,h} (#19455)zeertzjq2022-07-21
|
* build: rename build-related dirsJustin M. Keyes2022-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" #18120casswedson2022-04-24
|
* ci: label changes to Makefiles as buildcasswedson2022-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öc2022-02-18
|
* ci(labeler): add filetype label if any filetype files have changedDundar Göc2022-02-12
|
* ci(labeler): diagnosticJustin M. Keyes2021-09-18
|
* ci(labeler): apply label tests if only files under test have changed (#15305)dundargoc2021-08-08
|
* ci(labeler): apply documentation label only for changes exclusively in ↵dundargoc2021-08-07
| | | | runtime/doc/* (#15298)
* ci(labeler): add "tests" and "ci" labels to the labeler action (#15287)dundargoc2021-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)dundargoc2021-08-06
| | | | The labeler action requires a glob (*) to denote files under a directory.
* ci(labeler): adapt to new label namesChristian Clason2021-07-28
|
* ci(labeler): update label formatChristian Clason2021-07-28
|
* fix(ci): change autolabel to "treesitter"Christian Clason2021-06-29
| | | Open issues and PRs are almost all labeled `treesitter` instead of `tree-sitter`; this change improves consistency.
* ci: correctly label dependencies PRsThomas Vigouroux2021-06-11
| | | | Configures the labeler to handle PRs related to third-party.
* feat(ci): autolabel pull requests (#14574)Matthieu Coudron2021-05-18
autolabel pull requests depending on which files are modified