Skip to content

Commit bd7d48b

Browse files
Have Gemini ignore Flutter version pin (#9647)
Set an initial ignore list for Gemini reviews that includes the two Flutter version pins. This is an experiment to see if having a PR that contains only ignored files will be ignored by Gemini, so that we don't end up with [this comment](#9646 (review)) on every roll.
1 parent ba65695 commit bd7d48b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gemini/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ code_review:
1111
# These tend to be verbose, and since we expect PR authors to clearly
1212
# describe their PRs this would be at best duplicative.
1313
summary: false
14+
ignore_patterns:
15+
- .ci/flutter_master.version
16+
- .ci/flutter_stable.version

0 commit comments

Comments
 (0)