From: Dan Fandrich Date: Wed, 12 Apr 2023 16:39:45 +0000 (-0700) Subject: CI: adjust labeler match patterns X-Git-Tag: curl-8_1_0~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d0d8b90e23d45e6a6678dc9d7cae4572a124007;p=thirdparty%2Fcurl.git CI: adjust labeler match patterns --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 10e7b0e5d0..58b97e96ac 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**']