]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: adjust labeler match patterns
authorDan Fandrich <dan@coneharvesters.com>
Wed, 12 Apr 2023 16:39:45 +0000 (09:39 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 25 Apr 2023 03:46:09 +0000 (20:46 -0700)
.github/labeler.yml

index 10e7b0e5d0f057ef0907b53acf7db837782f91c5..58b97e96ac276620c8a06472e40ce6be395715fc 100644 (file)
@@ -81,6 +81,7 @@ connecting & proxies:
 - all: ['docs/libcurl/opts/CURLOPT_SOCKS*']
 - all: ['docs/libcurl/opts/CURLOPT_TCP*']
 - all: ['docs/libcurl/opts/CURLOPT_TIMEOUT*']
+- all: ['lib/cf-*proxy.*']
 - all: ['lib/cf-socket.*']
 - all: ['lib/cfilters.*']
 - all: ['lib/conncache.*']
@@ -164,7 +165,7 @@ HTTP:
 - all: ['tests/http-server.pl']
 - all: ['tests/http/*']
 - all: ['tests/nghttp*']
-- all: ['tests/tests-http/*']
+- all: ['tests/tests-httpd/*']
 
 HTTP/2:
 - all: ['docs/HTTP2.md']
@@ -297,4 +298,5 @@ Windows:
 - all: ['lib/vtls/schannel*']
 - all: ['m4/curl-schannel.m4']
 - all: ['projects/**']
+- all: ['src/tool_doswin.c']
 - all: ['winbuild/**']