From a600588c200f85e9f3bfe46ef7f836387e7349e5 Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Sun, 15 Jun 2025 15:40:11 -0700 Subject: [PATCH] Add ask mode approvers to code owners. --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS 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