Skip to content

Commit

Permalink
CI: Add a few more paths to the labeler config (#10326)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jan 25, 2023
1 parent de8cc21 commit 54189d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Expand Up @@ -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/**']
Expand All @@ -46,6 +48,7 @@ CI:

cmake:
- all: ['**/CMakeLists.txt']
- all: ['CMake/**']

cmdline tool:
- all: ['src/**']
Expand Down Expand Up @@ -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/**']
Expand Down

0 comments on commit 54189d8

Please sign in to comment.