pr_description.final_update_message=false

This commit is contained in:
mrT23
2024-08-01 09:51:35 +03:00
parent c95a8cde72
commit 0fa342ddd2

View File

@ -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",
]
@ -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",
]
@ -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",
]