Skip to content

Commit

Permalink
pr_description.final_update_message=false
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Aug 1, 2024
1 parent c95a8cd commit 0fa342d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pr_agent/settings/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ ignore_bot_pr = true
[gitlab]
url = "https://gitlab.com"
pr_commands = [
"/describe",
"/describe --pr_description.final_update_message=false",
"/review --pr_reviewer.num_code_suggestions=0",
"/improve",
]
Expand All @@ -229,6 +229,7 @@ push_commands = [

[bitbucket_app]
pr_commands = [
"/describe --pr_description.final_update_message=false",
"/review --pr_reviewer.num_code_suggestions=0",
"/improve --pr_code_suggestions.commitable_code_suggestions=true --pr_code_suggestions.suggestions_score_threshold=7",
]
Expand All @@ -254,7 +255,7 @@ pr_commands = [
# url = "https://git.bitbucket.com"
url = ""
pr_commands = [
"/describe",
"/describe --pr_description.final_update_message=false",
"/review --pr_reviewer.num_code_suggestions=0",
"/improve --pr_code_suggestions.commitable_code_suggestions=true --pr_code_suggestions.suggestions_score_threshold=7",
]
Expand Down

0 comments on commit 0fa342d

Please sign in to comment.