diff options
| author | Seth Vargo <[email protected]> | 2025-08-12 23:24:39 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-13 03:24:39 +0000 |
| commit | 4074e8e6ec3985f3d9a7b53f3497d38a0ba6743e (patch) | |
| tree | 377397886eb901f9fca6c89398f8ffceb212ca91 /.gemini/config.yaml | |
| parent | 214800cfc69082db7e28e8f8104b7bdec9a4c152 (diff) | |
chore(ci): fix yamllint issues (#6112)
Diffstat (limited to '.gemini/config.yaml')
| -rw-r--r-- | .gemini/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gemini/config.yaml b/.gemini/config.yaml index 781e7690..cbfb0c80 100644 --- a/.gemini/config.yaml +++ b/.gemini/config.yaml @@ -3,7 +3,7 @@ have_fun: false code_review: disable: false - comment_severity_threshold: HIGH + comment_severity_threshold: 'HIGH' max_review_comments: -1 pull_request_opened: help: false |
