diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..bc16c551 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# By default, require reviews from the release approvers for all files. +* @google-gemini/gemini-cli-askmode-approvers + +# The following files don't need reviews from the release approvers. +# These patterns override the rule above. +**/*.md +/docs/ \ No newline at end of file