We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c8276 commit 40f7d65Copy full SHA for 40f7d65
.gemini/config.yaml
@@ -0,0 +1,9 @@
1
+$schema: "http://json-schema.org/draft-07/schema#"
2
+title: RepoConfig
3
+description: Configuration for Gemini Code Assist on a repository.
4
+
5
+have_fun: false # Disables fun features like poems in PR summaries
6
7
+code_review:
8
+ disable: false # Enables code reviews
9
+ comment_severity_threshold: LOW ## Allows low severity comments such as grammar and spelling mistakes to be added to the PR
0 commit comments