diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-02-18 20:13:10 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-18 20:23:22 +0100 |
commit | f7803c82d4f8619778fe21bb0c8dfd281ef9f9db (patch) | |
tree | 530256c9e41462e219a852e9d6870c4cfd4bd610 | |
parent | 36362ef0aed92e726d967d30e3c6cd87c65642b3 (diff) | |
download | rneovim-f7803c82d4f8619778fe21bb0c8dfd281ef9f9db.tar.gz rneovim-f7803c82d4f8619778fe21bb0c8dfd281ef9f9db.tar.bz2 rneovim-f7803c82d4f8619778fe21bb0c8dfd281ef9f9db.zip |
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": |