tools: add code owners (#96)

adds PM to everything and CLI team for CLI doc changes

Myles Borins committed Apr 7, 2022 at 11:02 UTC d370c2378f33f371928b1e4f7285dc1524593d60
1 file changed +8
.github/CODEOWNERS new
+8
@@ -0,0 +1,8 @@
1 +# Assign Product Management to all open PRs
2 +* @MylesBorins @monishcm
3 +
4 +# Assign cli team to cli related PRs
5 +# In general these should be closed and pointed towards the CLI
6 +# repo... we should automate this
7 +/cli @npm/cli
8 +/content/cli @npm/cli