From: Viktor Szakats Date: Thu, 16 Jan 2025 16:41:05 +0000 (+0100) Subject: GHA/labeler: fix `INSTALL-CMAKE.md` references X-Git-Tag: curl-8_12_0~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f241ccf714225af54e774a3fe9cbc7d0c5298f1e;p=thirdparty%2Fcurl.git GHA/labeler: fix `INSTALL-CMAKE.md` references Follow-up to 0f4c19b66ad5c646ebc3c4268a0f3ad9c15bf57c #12772 Closes #16021 --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 59ca1565e3..ccc29843bc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -66,7 +66,7 @@ build: **/*.m4,\ **/*.mk,\ *.m4,\ - docs/INSTALL.cmake,\ + docs/INSTALL-CMAKE.md,\ lib/curl_config.h.cmake,\ lib/libcurl*.in,\ CMake/**,\ @@ -99,7 +99,7 @@ cmake: - any-glob-to-all-files: "{\ **/CMakeLists.txt,\ CMake/**,\ - docs/INSTALL.cmake,\ + docs/INSTALL-CMAKE.md,\ lib/curl_config.h.cmake\ }"