summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-04-12 09:39:45 -0700
committerDan Fandrich <dan@coneharvesters.com>2023-04-24 20:46:09 -0700
commit6d0d8b90e23d45e6a6678dc9d7cae4572a124007 (patch)
tree498bd592c9d844afb00496c09a418e2b392c6343 /.github
parent189f9e23b6d730968166c462e4daddcce2d9024f (diff)
downloadcurl-6d0d8b90e23d45e6a6678dc9d7cae4572a124007.tar.gz
CI: adjust labeler match patterns
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 10e7b0e5d..58b97e96a 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/**']