mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Stack all incremental parameters
This commit is contained in:
parent
c623c3baf4
commit
92071fcf1c
1 changed files with 2 additions and 1 deletions
|
|
@ -25,10 +25,11 @@ inline_code_comments = false
|
|||
ask_and_reflect=false
|
||||
automatic_review=true
|
||||
remove_previous_review_comment=false
|
||||
extra_instructions = ""
|
||||
# specific configurations for incremental review (/review -i)
|
||||
require_all_thresholds_for_incremental_review=false
|
||||
minimal_commits_for_incremental_review=0
|
||||
minimal_minutes_for_incremental_review=0
|
||||
extra_instructions = ""
|
||||
|
||||
[pr_description] # /describe #
|
||||
publish_labels=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue