Add davemarchevsky to CODEOWNERS for everything
authorDave Marchevsky <davemarchevsky@fb.com>
Sun, 9 Jan 2022 22:14:26 +0000 (17:14 -0500)
committerGitHub <noreply@github.com>
Sun, 9 Jan 2022 22:14:26 +0000 (17:14 -0500)
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.

CODEOWNERS

index a009420..2c191f6 100644 (file)
@@ -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