diff options
author | casswedson <58050969+casswedson@users.noreply.github.com> | 2022-03-27 18:50:21 -0500 |
---|---|---|
committer | casswedson <58050969+casswedson@users.noreply.github.com> | 2022-03-27 19:20:15 -0500 |
commit | 02bac3092889709f7791fb6d8544f3e01d1932a0 (patch) | |
tree | 6d81ec491dc57efd706642d149b8277678e5f403 | |
parent | 79dcd045d3623ff71903e2806be489bd5fe3200d (diff) | |
download | rneovim-02bac3092889709f7791fb6d8544f3e01d1932a0.tar.gz rneovim-02bac3092889709f7791fb6d8544f3e01d1932a0.tar.bz2 rneovim-02bac3092889709f7791fb6d8544f3e01d1932a0.zip |
ci: label changes to Makefiles as build
Makefiles are used for builds, so why not label changes to these
files as build
-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 e20a2577cd..2e3aa8f875 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -49,6 +49,7 @@ "build": - CMakeLists.txt - "**/CMakeLists.txt" + - "**/Makefile" - "**/*.cmake" "test": |