neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 02bac3092889709f7791fb6d8544f3e01d1932a0
parent 79dcd045d3623ff71903e2806be489bd5fe3200d
Author: casswedson <58050969+casswedson@users.noreply.github.com>
Date:   Sun, 27 Mar 2022 18:50:21 -0500

ci: label changes to Makefiles as build

Makefiles are used for builds, so why not label changes to these
files as build

Diffstat:
M.github/labeler.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml @@ -49,6 +49,7 @@ "build": - CMakeLists.txt - "**/CMakeLists.txt" + - "**/Makefile" - "**/*.cmake" "test":