CI: Add a few more paths to the labeler config (#10326)

This commit is contained in:
Dan Fandrich 2023-01-25 15:02:36 -08:00
parent de8cc2108a
commit 54189d8b81

6
.github/labeler.yml vendored
View file

@ -26,9 +26,11 @@ authentication:
build:
- all: ['**/CMakeLists.txt']
- all: ['**/Makefile.am']
- all: ['**/Makefile.mk']
- all: ['**/*.inc']
- all: ['**/*.m4']
- all: ['**/*.mk']
- all: ['CMake/**']
- all: ['configure.ac']
- all: ['m4/**']
- all: ['packages/**']
@ -46,6 +48,7 @@ CI:
cmake:
- all: ['**/CMakeLists.txt']
- all: ['CMake/**']
cmdline tool:
- all: ['src/**']
@ -168,10 +171,9 @@ URL:
WebSocket:
- all: ['docs/WEBSOCKET.md*']
- all: ['lib/ws.*']
- all: ['docs/WebSockets.md']
- all: ['docs/libcurl/opts/CURLOPT_WS_OPTIONS.3']
- all: ['docs/libcurl/curl_ws_*']
- all: ['lib/ws.*']
Windows:
- all: ['projects/Windows/**']