mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
e57dc6778a
This commit adds the .gemini/config.yaml file to configure the Gemini code review tool. The configuration includes settings for review severity, comment limits, and automated review triggers for pull requests.
11 lines
213 B
YAML
11 lines
213 B
YAML
have_fun: false
|
|
code_review:
|
|
disable: false
|
|
comment_severity_threshold: MEDIUM
|
|
max_review_comments: -1
|
|
pull_request_opened:
|
|
help: false
|
|
summary: true
|
|
code_review: true
|
|
include_drafts: true
|