Skip to content

Commit cd1cdc6

Browse files
jasnellMylesBorins
authored andcommitted
meta: fixup CODEOWNERS so it hopefully works
the CODEOWNERS rules for QUIC are not working and it's not entirely clear why. Hoping it's just the way the paths were specified. PR-URL: #34147 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent a6ea8c7 commit cd1cdc6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959

6060
# quic
6161

62-
./deps/ngtcp2/* @nodejs/quic
63-
./deps/nghttp3/* @nodejs/quic
64-
./doc/api/quic.md @nodejs/quic
65-
./lib/internal/quic/* @nodejs/quic
66-
./src/node_bob* @nodejs/quic
67-
./src/quic/* @nodejs/quic
62+
/deps/ngtcp2/ @nodejs/quic
63+
/deps/nghttp3/ @nodejs/quic
64+
/doc/api/quic.md @nodejs/quic
65+
/lib/internal/quic/ @nodejs/quic
66+
/src/node_bob* @nodejs/quic
67+
/src/quic/ @nodejs/quic
6868

6969
# modules
7070

0 commit comments

Comments
 (0)