From: Daniel Stenberg Date: Wed, 2 Oct 2024 08:50:22 +0000 (+0200) Subject: GHA/labeler: adjust some docs patterns X-Git-Tag: curl-8_11_0~264 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eb983318a33093744f2e77e6193e5cbcd006443;p=thirdparty%2Fcurl.git GHA/labeler: adjust some docs patterns Follow-up to 20aa8d8f31527 and 0e06603b23183 that moved and removed some docs. Closes #15121 --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 908435af28..cd0468d88f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -115,7 +115,7 @@ connecting & proxies: - all: - changed-files: - any-glob-to-all-files: "{\ - docs/CONNECTION-FILTERS.md,\ + docs/internals/CONNECTION-FILTERS.md,\ docs/examples/ipv6.c,\ docs/libcurl/opts/CURLINFO_CONNECT*,\ docs/libcurl/opts/CURLINFO_PROXY*,\ @@ -236,7 +236,6 @@ HTTP: docs/examples/httpput*,\ docs/examples/https*,\ docs/examples/*post*,\ - docs/HSTS.md,\ docs/HTTP-COOKIES.md,\ docs/libcurl/opts/CURLINFO_COOKIE*,\ docs/libcurl/opts/CURLOPT_COOKIE*,\ @@ -271,7 +270,6 @@ HTTP/2: - any-glob-to-all-files: "{\ CMake/FindNGHTTP2.cmake,\ CMake/FindQuiche.cmake,\ - docs/HTTP2.md,\ docs/libcurl/opts/CURLOPT_STREAM*,\ docs/examples/http2*,\ lib/http2*,\ @@ -353,7 +351,6 @@ MQTT: - all: - changed-files: - any-glob-to-all-files: "{\ - docs/MQTT.md,\ lib/mqtt*,\ tests/server/mqttd.c\ }" @@ -509,7 +506,7 @@ WebSocket: - all: - changed-files: - any-glob-to-all-files: "{\ - docs/WEBSOCKET.md*,\ + docs/internals/WEBSOCKET.md*,\ docs/examples/websocket*,\ docs/libcurl/curl_ws_*,\ docs/libcurl/libcurl-ws*,\