mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Set default configuration to false to allow users to opt-in
This commit is contained in:
parent
31e91edebc
commit
b3749d08e2
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ extra_instructions = ""
|
|||
|
||||
[pr_description] # /describe #
|
||||
publish_description_as_comment=false
|
||||
keep_user_description=true
|
||||
keep_user_description=false
|
||||
extra_instructions = ""
|
||||
|
||||
[pr_questions] # /ask #
|
||||
|
|
|
|||
Loading…
Reference in a new issue