From 4dc89c6d30fec316110dbcb182ed37dc4c9d43f3 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 30 Jun 2020 17:26:27 -0700 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/34147 Reviewed-By: Anna Henningsen Reviewed-By: Jiawen Geng --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6fb4f7dc493b6a..e78612d424d09a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -59,12 +59,12 @@ # quic -./deps/ngtcp2/* @nodejs/quic -./deps/nghttp3/* @nodejs/quic -./doc/api/quic.md @nodejs/quic -./lib/internal/quic/* @nodejs/quic -./src/node_bob* @nodejs/quic -./src/quic/* @nodejs/quic +/deps/ngtcp2/ @nodejs/quic +/deps/nghttp3/ @nodejs/quic +/doc/api/quic.md @nodejs/quic +/lib/internal/quic/ @nodejs/quic +/src/node_bob* @nodejs/quic +/src/quic/ @nodejs/quic # modules