File tree Expand file tree Collapse file tree 7 files changed +67
-6
lines changed
sync-files/defaults/.gemini Expand file tree Collapse file tree 7 files changed +67
-6
lines changed Original file line number Diff line number Diff line change 1+ # Overview
2+
3+ This codebase is part of the Google Workspace GitHub organization, https://github.com/googleworkspace .
4+
5+ ## Style Guide
6+
7+ Use open source best practices for code style and formatting with a preference for Google's style guides.
8+
9+ ## Tools
10+
11+ - Verify against Google Workspace documentation with the ` workspace-developer ` MCP server tools.
12+ - Use ` gh ` for GitHub interactions.
Original file line number Diff line number Diff line change 1+ # Config for the Gemini Pull Request Review Bot.
2+ # https://github.com/marketplace/gemini-code-assist
3+ have_fun : false
4+ code_review :
5+ disable : false
6+ comment_severity_threshold : " HIGH"
7+ max_review_comments : -1
8+ pull_request_opened :
9+ help : false
10+ summary : true
11+ code_review : true
12+ ignore_patterns : []
Original file line number Diff line number Diff line change 1+ {
2+ "mcpServers" : {
3+ "workspace-developer" : {
4+ "httpUrl" : " https://workspace-developer.goog/mcp" ,
5+ "trust" : true
6+ }
7+ }
8+ }
Original file line number Diff line number Diff line change 1515group :
1616 - files :
1717 # template files that can be modified in the repo
18- - source : sync-files/defaults/.github/workflows/lint.yml
19- dest : .github/workflows/lint.yml
20- replace : false
21- - source : sync-files/defaults/.github/workflows/test.yml
22- dest : .github/workflows/test.yml
23- replace : false
2418 - source : sync-files/defaults/.github/CODEOWNERS
2519 dest : .github/CODEOWNERS
2620 replace : false
2721 - source : SECURITY.md
2822 dest : SECURITY.md
2923 replace : true
24+ - source : sync-files/defaults/.gemini/
25+ dest : .gemini/
26+ replace : false
3027 # repos will be appended below using gh cli
3128 repos : |
Original file line number Diff line number Diff line change 1+ # Overview
2+
3+ This codebase is part of the Google Workspace GitHub organization, https://github.com/googleworkspace .
4+
5+ ## Style Guide
6+
7+ Use open source best practices for code style and formatting with a preference for Google's style guides.
8+
9+ ## Tools
10+
11+ - Verify against Google Workspace documentation with the ` workspace-developer ` MCP server tools.
12+ - Use ` gh ` for GitHub interactions.
Original file line number Diff line number Diff line change 1+ # Config for the Gemini Pull Request Review Bot.
2+ # https://github.com/marketplace/gemini-code-assist
3+ have_fun : false
4+ code_review :
5+ disable : false
6+ comment_severity_threshold : " HIGH"
7+ max_review_comments : -1
8+ pull_request_opened :
9+ help : false
10+ summary : true
11+ code_review : true
12+ ignore_patterns : []
Original file line number Diff line number Diff line change 1+ {
2+ "mcpServers" : {
3+ "workspace-developer" : {
4+ "httpUrl" : " https://workspace-developer.goog/mcp" ,
5+ "trust" : true
6+ }
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments