Skip to content

Commit a2c8029

Browse files
committed
refactor: configure Gemini reviewer to ignore lockfile and changelog
The bot doesn't provide much useful feedback on these files and pollutes release PRs, so we can just skip them. (cherry picked from commit 870cc5d)
1 parent 7130c92 commit a2c8029

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gemini/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ code_review:
88
summary: false
99
code_review: true
1010
include_drafts: false
11-
ignore_patterns: []
11+
ignore_patterns:
12+
- pnpm-lock.yaml
13+
- CHANGELOG.md

0 commit comments

Comments
 (0)