Shaping the review experience: lean vs verbose
Lean review experience
# Only show the most critical issues inline
inline_comments_severity_threshold = 3
# Show feedback primarily in the summary
comments_location_policy = "summary"
# Ignore low-signal PRs and generated code
[config]
ignore_pr_labels = ["chore", "skip-review"]
ignore_language_framework = ["protobuf"]Verbose review experience
Last updated