From ea46a4e9d16f5b64d3733b26f46be31a3208b66f Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Tue, 1 Mar 2022 15:58:23 +0100 Subject: [PATCH] github: add Informal code owners (#8042) --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b48354f01..35a27cfe7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,4 +7,7 @@ # global owners are only requested if there isn't a more specific # codeowner specified below. For this reason, the global codeowners # are often repeated in package-level definitions. -* @ebuchman @cmwaters @tychoish @williambanfield @creachadair +* @ebuchman @cmwaters @tychoish @williambanfield @creachadair @sergio-mena @jmalicevic @thanethomson @ancazamfir + +# Spec related changes can be approved by the protocol design team +/spec @josef-widder @milosevic @cason