diff options
author | James McCoy <jamessan@jamessan.com> | 2022-02-18 16:55:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 16:55:41 -0500 |
commit | 5cb45dffba730d0009d4c4d6b26efaa994727e2d (patch) | |
tree | 530256c9e41462e219a852e9d6870c4cfd4bd610 | |
parent | 36362ef0aed92e726d967d30e3c6cd87c65642b3 (diff) | |
parent | f7803c82d4f8619778fe21bb0c8dfd281ef9f9db (diff) | |
download | rneovim-5cb45dffba730d0009d4c4d6b26efaa994727e2d.tar.gz rneovim-5cb45dffba730d0009d4c4d6b26efaa994727e2d.tar.bz2 rneovim-5cb45dffba730d0009d4c4d6b26efaa994727e2d.zip |
Merge pull request #17454 from dundargoc/ci/labeler/test
ci(labeler): change "tests" to "test"
-rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 3e19c1d501..e20a2577cd 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -51,7 +51,7 @@ - "**/CMakeLists.txt" - "**/*.cmake" -"tests": +"test": - all: ["test/**/*"] "ci": |