summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-06-15 15:40:11 -0700
committerTaylor Mullen <[email protected]>2025-06-15 23:46:58 -0700
commita600588c200f85e9f3bfe46ef7f836387e7349e5 (patch)
tree85582574e2cb409890ca346315007f5b5e257862
parent7e6fb7e874e8bfa894c30e4024c742132f22e057 (diff)
Add ask mode approvers to code owners.
-rw-r--r--.github/CODEOWNERS7
1 files changed, 7 insertions, 0 deletions
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