diff options
| author | Taylor Mullen <[email protected]> | 2025-06-15 15:40:11 -0700 |
|---|---|---|
| committer | Taylor Mullen <[email protected]> | 2025-06-15 23:46:58 -0700 |
| commit | a600588c200f85e9f3bfe46ef7f836387e7349e5 (patch) | |
| tree | 85582574e2cb409890ca346315007f5b5e257862 | |
| parent | 7e6fb7e874e8bfa894c30e4024c742132f22e057 (diff) | |
Add ask mode approvers to code owners.
| -rw-r--r-- | .github/CODEOWNERS | 7 |
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 |
