From: Dan Fandrich Date: Mon, 13 Mar 2023 18:33:51 +0000 (-0700) Subject: CI: add and adjust labeler match patterns X-Git-Tag: curl-8_1_0~303 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90f5250cc2a819ed236fb8be0c875422130891c6;p=thirdparty%2Fcurl.git CI: add and adjust labeler match patterns Allow cmdline tool alongside other labels. --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 03d378c107..3caa194287 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -35,8 +35,8 @@ authentication: build: - all: ['**/CMakeLists.txt'] - all: ['**/Makefile.am'] +- all: ['**/Makefile.inc'] - all: ['**/Makefile.mk'] -- all: ['**/*.inc'] - all: ['**/*.m4'] - all: ['**/*.mk'] - all: ['lib/libcurl*.in'] @@ -64,8 +64,8 @@ cmake: - all: ['CMake/**'] cmdline tool: -- all: ['docs/cmdline-opts/**'] -- all: ['src/**'] +- any: ['docs/cmdline-opts/**'] +- any: ['src/**'] connecting & proxies: - all: ['docs/CONNECTION-FILTERS.md'] @@ -276,12 +276,10 @@ TLS: - all: ['lib/vtls/**'] URL: -- all: ['**/urlapi*'] - all: ['docs/libcurl/curl_url*'] - all: ['docs/URL-SYNTAX.md'] - all: ['include/curl/urlapi.h'] - all: ['lib/urlapi*'] -- all: ['lib/url.*'] WebSocket: - all: ['docs/WEBSOCKET.md*'] @@ -291,8 +289,11 @@ WebSocket: - all: ['lib/ws.*'] Windows: +- all: ['CMake/Platforms/WindowsCache.cmake'] - all: ['lib/*win32*'] - all: ['lib/curl_multibyte.*'] - all: ['lib/rename.*'] +- all: ['lib/vtls/schannel*'] +- all: ['m4/curl-schannel.m4'] - all: ['projects/**'] - all: ['winbuild/**']