Skip to content

Commit

Permalink
meta: enable http2 team for CODEOWNERS
Browse files Browse the repository at this point in the history
PR-URL: #34534
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
Trott authored and addaleax committed Aug 8, 2020
1 parent e45c68a commit 650adec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -50,12 +50,12 @@

# http2

# ./deps/nghttp2/* @nodejs/http2 @nodejs/net
# ./doc/api/http2.md @nodejs/http2 @nodejs/net
# ./lib/http2.js @nodejs/http2 @nodejs/net
# ./lib/internal/http2/* @nodejs/http2 @nodejs/net
# ./src/node_http2* @nodejs/http2 @nodejs/net
# ./src/node_mem* @nodejs/http2
./deps/nghttp2/* @nodejs/http2 @nodejs/net
./doc/api/http2.md @nodejs/http2 @nodejs/net
./lib/http2.js @nodejs/http2 @nodejs/net
./lib/internal/http2/* @nodejs/http2 @nodejs/net
./src/node_http2* @nodejs/http2 @nodejs/net
./src/node_mem* @nodejs/http2

# quic

Expand Down

0 comments on commit 650adec

Please sign in to comment.