From: Dave Marchevsky Date: Sun, 9 Jan 2022 22:14:26 +0000 (-0500) Subject: Add davemarchevsky to CODEOWNERS for everything X-Git-Tag: v0.24.0~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb7c26e3e026e7577c1d18a60a5eb342023abd8c;p=platform%2Fupstream%2Fbcc.git Add davemarchevsky to CODEOWNERS for everything I can't figure out how to get emailed for all PRs, and I'm doing reviews for the whole repo, so add self to codeowners everywhere. --- diff --git a/CODEOWNERS b/CODEOWNERS index a009420e..2c191f69 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,20 +6,20 @@ # see https://help.github.com/articles/about-codeowners/ for syntax # Miscellaneous -* @drzaeus77 @goldshtn @yonghong-song @4ast @brendangregg +* @drzaeus77 @goldshtn @yonghong-song @4ast @brendangregg @davemarchevsky # Documentation -/docs/ @brendangregg @goldshtn -/man/ @brendangregg @goldshtn +/docs/ @brendangregg @goldshtn @davemarchevsky +/man/ @brendangregg @goldshtn @davemarchevsky # Tools -/tools/ @brendangregg @goldshtn +/tools/ @brendangregg @goldshtn @davemarchevsky # Compiler, C API -/src/cc/ @drzaeus77 @yonghong-song @4ast +/src/cc/ @drzaeus77 @yonghong-song @4ast @davemarchevsky # Python API -/src/python/ @drzaeus77 @goldshtn +/src/python/ @drzaeus77 @goldshtn @davemarchevsky # Tests -/tests/ @drzaeus77 @yonghong-song +/tests/ @drzaeus77 @yonghong-song @davemarchevsky