]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: Add a few more paths to the labeler config (#10326)
authorDan Fandrich <dan@coneharvesters.com>
Wed, 25 Jan 2023 23:02:36 +0000 (15:02 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 25 Jan 2023 23:03:37 +0000 (15:03 -0800)
.github/labeler.yml

index ed315cf60a96ff0fac6ddb108796de2838a7e00b..7ddffd7aa7593d4ede66f09c25dfd8f4c272418e 100644 (file)
@@ -26,9 +26,11 @@ authentication:
 build:
 - all: ['**/CMakeLists.txt']
 - all: ['**/Makefile.am']
+- all: ['**/Makefile.mk']
 - all: ['**/*.inc']
 - all: ['**/*.m4']
 - all: ['**/*.mk']
+- all: ['CMake/**']
 - all: ['configure.ac']
 - all: ['m4/**']
 - all: ['packages/**']
@@ -46,6 +48,7 @@ CI:
 
 cmake:
 - all: ['**/CMakeLists.txt']
+- all: ['CMake/**']
 
 cmdline tool:
 - all: ['src/**']
@@ -168,10 +171,9 @@ URL:
 
 WebSocket:
 - all: ['docs/WEBSOCKET.md*']
-- all: ['lib/ws.*']
-- all: ['docs/WebSockets.md']
 - all: ['docs/libcurl/opts/CURLOPT_WS_OPTIONS.3']
 - all: ['docs/libcurl/curl_ws_*']
+- all: ['lib/ws.*']
 
 Windows:
 - all: ['projects/Windows/**']