mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
CI: Fix or remove obsolete files in labeler config
Add a few more paths, too.
This commit is contained in:
parent
e65ba1bd34
commit
c54a3319ad
1 changed files with 25 additions and 22 deletions
47
.github/labeler.yml
vendored
47
.github/labeler.yml
vendored
|
|
@ -37,7 +37,8 @@ authentication:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
docs/mk-ca-bundle.1,\
|
CMake/FindGSS.cmake,\
|
||||||
|
CMake/FindLibgsasl.cmake,\
|
||||||
docs/libcurl/opts/CURLINFO_HTTPAUTH*,\
|
docs/libcurl/opts/CURLINFO_HTTPAUTH*,\
|
||||||
docs/libcurl/opts/CURLINFO_PROXYAUTH*,\
|
docs/libcurl/opts/CURLINFO_PROXYAUTH*,\
|
||||||
docs/libcurl/opts/CURLOPT_KRB*,\
|
docs/libcurl/opts/CURLOPT_KRB*,\
|
||||||
|
|
@ -47,7 +48,6 @@ authentication:
|
||||||
docs/libcurl/opts/CURLOPT_USERPWD*,\
|
docs/libcurl/opts/CURLOPT_USERPWD*,\
|
||||||
docs/libcurl/opts/CURLOPT_XOAUTH*,\
|
docs/libcurl/opts/CURLOPT_XOAUTH*,\
|
||||||
lib/*gssapi*,\
|
lib/*gssapi*,\
|
||||||
lib/*krb5*,\
|
|
||||||
lib/*ntlm*,\
|
lib/*ntlm*,\
|
||||||
lib/curl_sasl.*,\
|
lib/curl_sasl.*,\
|
||||||
lib/http_aws*,\
|
lib/http_aws*,\
|
||||||
|
|
@ -64,7 +64,6 @@ build:
|
||||||
**/Makefile.am,\
|
**/Makefile.am,\
|
||||||
**/Makefile.inc,\
|
**/Makefile.inc,\
|
||||||
**/*.m4,\
|
**/*.m4,\
|
||||||
**/*.mk,\
|
|
||||||
*.m4,\
|
*.m4,\
|
||||||
docs/INSTALL-CMAKE.md,\
|
docs/INSTALL-CMAKE.md,\
|
||||||
lib/curl_config-cmake.h.in,\
|
lib/curl_config-cmake.h.in,\
|
||||||
|
|
@ -148,6 +147,7 @@ cookies:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
|
CMake/FindLibpsl.cmake,\
|
||||||
docs/HTTP-COOKIES.md,\
|
docs/HTTP-COOKIES.md,\
|
||||||
docs/cmdline-opts/cookie*,\
|
docs/cmdline-opts/cookie*,\
|
||||||
docs/cmdline-opts/junk-session-cookies.md,\
|
docs/cmdline-opts/junk-session-cookies.md,\
|
||||||
|
|
@ -187,11 +187,10 @@ documentation:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
.github/workflows/checkdocs.yml,\
|
.github/workflows/checkdocs.yml,\
|
||||||
.github/scripts/badwords.*,\
|
.github/scripts/pyspelling*,\
|
||||||
.github/scripts/cd2cd,\
|
.github/scripts/requirements-docs.txt,\
|
||||||
.github/scripts/cd2nroff,\
|
.github/scripts/requirements-proselint.txt,\
|
||||||
.github/scripts/cdall.pl,\
|
.github/scripts/typos*,\
|
||||||
.github/scripts/nroff2cd,\
|
|
||||||
.github/scripts/verify-examples.pl,\
|
.github/scripts/verify-examples.pl,\
|
||||||
.github/scripts/verify-synopsis.pl,\
|
.github/scripts/verify-synopsis.pl,\
|
||||||
**/*.md,\
|
**/*.md,\
|
||||||
|
|
@ -202,7 +201,11 @@ documentation:
|
||||||
LICENSES/**,\
|
LICENSES/**,\
|
||||||
README,\
|
README,\
|
||||||
RELEASE-NOTES,\
|
RELEASE-NOTES,\
|
||||||
scripts/cd*\
|
scripts/badwords.*,\
|
||||||
|
scripts/cd*,\
|
||||||
|
scripts/mdlinkcheck,\
|
||||||
|
scripts/nroff2cd,\
|
||||||
|
scripts/release-notes.pl\
|
||||||
}"
|
}"
|
||||||
- all-globs-to-all-files:
|
- all-globs-to-all-files:
|
||||||
# negative matches
|
# negative matches
|
||||||
|
|
@ -290,9 +293,6 @@ HTTP/3:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
.github/workflows/http3-linux.yml,\
|
.github/workflows/http3-linux.yml,\
|
||||||
.github/workflows/ngtcp2*,\
|
|
||||||
.github/workflows/quiche*,\
|
|
||||||
.github/workflows/osslq*,\
|
|
||||||
CMake/FindNGHTTP3.cmake,\
|
CMake/FindNGHTTP3.cmake,\
|
||||||
CMake/FindNGTCP2.cmake,\
|
CMake/FindNGTCP2.cmake,\
|
||||||
docs/HTTP3.md,\
|
docs/HTTP3.md,\
|
||||||
|
|
@ -352,6 +352,7 @@ MQTT:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
|
docs/internals/MQTT.md,\
|
||||||
lib/mqtt*,\
|
lib/mqtt*,\
|
||||||
tests/server/mqttd.c\
|
tests/server/mqttd.c\
|
||||||
}"
|
}"
|
||||||
|
|
@ -364,6 +365,7 @@ name lookup:
|
||||||
docs/cmdline-opts/doh*,\
|
docs/cmdline-opts/doh*,\
|
||||||
docs/cmdline-opts/dns*,\
|
docs/cmdline-opts/dns*,\
|
||||||
docs/examples/resolve.c,\
|
docs/examples/resolve.c,\
|
||||||
|
docs/internals/THRDPOOL-AND-QUEUE.md,\
|
||||||
docs/libcurl/opts/CURLINFO_NAMELOOKUP*,\
|
docs/libcurl/opts/CURLINFO_NAMELOOKUP*,\
|
||||||
docs/libcurl/opts/CURLOPT_DNS*,\
|
docs/libcurl/opts/CURLOPT_DNS*,\
|
||||||
docs/libcurl/opts/CURLOPT_DOH*,\
|
docs/libcurl/opts/CURLOPT_DOH*,\
|
||||||
|
|
@ -376,8 +378,10 @@ name lookup:
|
||||||
lib/doh*,\
|
lib/doh*,\
|
||||||
lib/host*,\
|
lib/host*,\
|
||||||
lib/idn*,\
|
lib/idn*,\
|
||||||
lib/inet_pton.*,\
|
|
||||||
lib/socketpair*,\
|
lib/socketpair*,\
|
||||||
|
lib/thrdpool.*,\
|
||||||
|
lib/thrdqueue.*,\
|
||||||
|
tests/http/*resolve.py,\
|
||||||
tests/server/dnsd.c,\
|
tests/server/dnsd.c,\
|
||||||
tests/server/resolve.c\
|
tests/server/resolve.c\
|
||||||
}"
|
}"
|
||||||
|
|
@ -407,7 +411,6 @@ SCP/SFTP:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
CMake/FindLibssh.cmake,\
|
CMake/FindLibssh.cmake,\
|
||||||
CMake/FindLibssh2.cmake,\
|
CMake/FindLibssh2.cmake,\
|
||||||
CMake/FindWolfSSH.cmake,\
|
|
||||||
docs/cmdline-opts/knownhosts.md,\
|
docs/cmdline-opts/knownhosts.md,\
|
||||||
docs/libcurl/opts/CURLOPT_SSH*,\
|
docs/libcurl/opts/CURLOPT_SSH*,\
|
||||||
docs/examples/sftp*,\
|
docs/examples/sftp*,\
|
||||||
|
|
@ -426,8 +429,9 @@ script:
|
||||||
**/*.pl,\
|
**/*.pl,\
|
||||||
**/*.sh,\
|
**/*.sh,\
|
||||||
curl-config.in,\
|
curl-config.in,\
|
||||||
docs/curl-config.1,\
|
docs/curl-config.md,\
|
||||||
docs/mk-ca-bundle.1,\
|
docs/mk-ca-bundle.md,\
|
||||||
|
docs/wcurl.md,\
|
||||||
docs/THANKS-filter,\
|
docs/THANKS-filter,\
|
||||||
scripts/**\
|
scripts/**\
|
||||||
}"
|
}"
|
||||||
|
|
@ -521,30 +525,29 @@ WebSocket:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
docs/internals/WEBSOCKET.md*,\
|
docs/internals/WEBSOCKET.md,\
|
||||||
docs/examples/websocket*,\
|
docs/examples/websocket*,\
|
||||||
docs/libcurl/curl_ws_*,\
|
docs/libcurl/curl_ws_*,\
|
||||||
docs/libcurl/libcurl-ws*,\
|
docs/libcurl/libcurl-ws*,\
|
||||||
docs/libcurl/opts/CURLOPT_WS_*,\
|
docs/libcurl/opts/CURLOPT_WS_*,\
|
||||||
include/curl/websockets.h,\
|
include/curl/websockets.h,\
|
||||||
lib/ws.*,\
|
lib/ws.*,\
|
||||||
tests/http/clients/ws*,\
|
|
||||||
tests/http/test_20_websockets.py,\
|
tests/http/test_20_websockets.py,\
|
||||||
tests/http/testenv/ws*\
|
tests/http/testenv/ws*,\
|
||||||
|
tests/libtest/cli_ws*\
|
||||||
}"
|
}"
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-all-files: "{\
|
- any-glob-to-all-files: "{\
|
||||||
appveyor.*,\
|
|
||||||
.github/workflows/cygwin.yml,\
|
|
||||||
.github/workflows/windows.yml,\
|
.github/workflows/windows.yml,\
|
||||||
|
appveyor.*,\
|
||||||
CMake/win32-cache.cmake,\
|
CMake/win32-cache.cmake,\
|
||||||
lib/*win32*,\
|
lib/*win32*,\
|
||||||
|
lib/curlx/fopen.*,\
|
||||||
lib/curlx/multibyte.*,\
|
lib/curlx/multibyte.*,\
|
||||||
lib/curlx/winapi.*,\
|
lib/curlx/winapi.*,\
|
||||||
lib/rename.*,\
|
|
||||||
lib/vtls/schannel*,\
|
lib/vtls/schannel*,\
|
||||||
m4/curl-schannel.m4,\
|
m4/curl-schannel.m4,\
|
||||||
projects/Windows/**,\
|
projects/Windows/**,\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue