diff options
author | casswedson <58050969+casswedson@users.noreply.github.com> | 2022-04-24 20:40:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 18:40:13 -0700 |
commit | ac3794c351afb8666f0be07c7721c597e3b9e9fe (patch) | |
tree | 545bd679463024dd022260b1a7cebdccb68d223e | |
parent | aede28ab3bb28cd944279f2936efb733ee5c53c7 (diff) | |
download | rneovim-ac3794c351afb8666f0be07c7721c597e3b9e9fe.tar.gz rneovim-ac3794c351afb8666f0be07c7721c597e3b9e9fe.tar.bz2 rneovim-ac3794c351afb8666f0be07c7721c597e3b9e9fe.zip |
ci: label all markdown edits as "documentation" #18120
-rw-r--r-- | .github/labeler.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 2e3aa8f875..fb06b0b379 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -39,6 +39,7 @@ "documentation": - all: ["runtime/doc/*"] + - all: ["**/*.md"] "clipboard": - runtime/autoload/provider/clipboard.vim |