Skip to content

Commit c742bce

Browse files
Have Gemini ignore Flutter version pin
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 ec0ff4d commit c742bce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)