]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: Add even more paths to the labeler config (#10326)
authorDan Fandrich <dan@coneharvesters.com>
Thu, 26 Jan 2023 02:06:11 +0000 (18:06 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 26 Jan 2023 02:15:10 +0000 (18:15 -0800)
.github/labeler.yml

index 7ddffd7aa7593d4ede66f09c25dfd8f4c272418e..8a786604c368b5067dcf878f5a3ea70a25a30408 100644 (file)
@@ -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/**']