summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-01-25 18:06:11 -0800
committerDan Fandrich <dan@coneharvesters.com>2023-01-25 18:15:10 -0800
commit7d01a4499f05e12ec7744e019d3d72cdd0859bcd (patch)
treef113960e048786a28b4c1c09ecc825615e44369c /.github
parent8dceb7bfcdd3d8992fc13dbbfebfe0a6e11d755b (diff)
downloadcurl-7d01a4499f05e12ec7744e019d3d72cdd0859bcd.tar.gz
CI: Add even more paths to the labeler config (#10326)
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 7ddffd7aa..8a786604c 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -30,9 +30,11 @@ build:
- all: ['**/*.inc']
- all: ['**/*.m4']
- all: ['**/*.mk']
+- all: ['lib/libcurl*.in']
- all: ['CMake/**']
- all: ['configure.ac']
- all: ['m4/**']
+- all: ['MacOSX-Framework']
- all: ['packages/**']
- all: ['plan9/**']
- all: ['projects/**']
@@ -54,6 +56,8 @@ cmdline tool:
- all: ['src/**']
connecting & proxies:
+- all: ['lib/conncache.*']
+- all: ['lib/connect.*']
- all: ['lib/http_proxy.*']
- all: ['lib/noproxy.*']
- all: ['lib/socks.*']
@@ -65,9 +69,11 @@ cookies:
cryptography:
- all: ['docs/CIPHERS.md']
- all: ['lib/*sha256*']
+- all: ['lib/curl_des.*']
- all: ['lib/curl_hmac.*']
- all: ['lib/curl_md?.*']
- all: ['lib/md?.*']
+- all: ['lib/rand.*']
DICT:
- all: ['lib/dict.*']
@@ -77,10 +83,15 @@ documentation:
- all: ['**/*.txt', '!**/CMakeLists.txt']
- all: ['**/*.1']
- all: ['**/*.3']
+- all: ['CHANGES']
- all: ['docs/**', '!docs/examples/**']
+- all: ['GIT-INFO']
+- all: ['LICENSES/**']
+- all: ['README']
- all: ['RELEASE-NOTES']
FTP:
+- all: ['lib/curl_fnmatch.*']
- all: ['lib/curl_range.*']
- all: ['lib/ftp*']
@@ -143,9 +154,10 @@ SCP/SFTP:
- all: ['lib/vssh/**']
script:
-- all: ['scripts/**']
- all: ['**/*.pl']
- all: ['**/*.sh']
+- all: ['curl-config.in']
+- all: ['scripts/**']
SMB:
- all: ['lib/smb.*']
@@ -176,8 +188,8 @@ WebSocket:
- all: ['lib/ws.*']
Windows:
-- all: ['projects/Windows/**']
- all: ['lib/*win32*']
- all: ['lib/curl_multibyte.*']
- all: ['lib/rename.*']
+- all: ['projects/Windows/**']
- all: ['winbuild/**']