File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
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+ }
You can’t perform that action at this time.
0 commit comments