Skip to content

Commit

Permalink
CI: adjust labeler match patterns for new & obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Sep 1, 2023
1 parent a20fbb0 commit 78e0938
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ CI:
- any: ['appveyor.yml']
- any: ['tests/azure.pm']
- any: ['tests/appveyor.pm']
- any: ['tests/CI.pm']

cmake:
- all: ['**/CMakeLists.txt']
Expand Down Expand Up @@ -166,7 +165,6 @@ HTTP:
- all: ['tests/http-server.pl']
- all: ['tests/http/*']
- all: ['tests/nghttp*']
- all: ['tests/tests-httpd/*']

HTTP/2:
- all: ['docs/HTTP2.md']
Expand All @@ -176,7 +174,7 @@ HTTP/2:

HTTP/3:
- all: ['.github/workflows/ngtcp2*']
- all: ['.github/workflows/pytest.yml']
- all: ['.github/workflows/quiche*']
- all: ['docs/HTTP3.md']
- all: ['lib/vquic/**']
- all: ['tests/http3-server.pl']
Expand Down Expand Up @@ -286,8 +284,9 @@ URL:

WebSocket:
- all: ['docs/WEBSOCKET.md*']
- all: ['docs/libcurl/opts/CURLOPT_WS_*']
- all: ['docs/libcurl/curl_ws_*']
- all: ['docs/libcurl/libcurl-ws.3']
- all: ['docs/libcurl/opts/CURLOPT_WS_*']
- all: ['include/curl/websockets.h']
- all: ['lib/ws.*']

Expand Down

0 comments on commit 78e0938

Please sign in to comment.