From 20daf7cd18806e780994bf403fc152b1770eea2f Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 26 Jan 2021 10:09:06 -0800 Subject: [PATCH] chore: add @carllerche as a tracing-core owner (#1199) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c37fa40ff..c7cb407634 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,9 @@ # Eliza should review everything unassigned. * @hawkw @tokio-rs/tracing +# tracing-core should include Eliza and Carl. +/tracing-core/ @hawkw @carllerche + # tracing-error and tracing-flame were contributed by Jane. /tracing-error/ @yaahc @tokio-rs/tracing /tracing-flame/ @yaahc @tokio-rs/tracing