Remove the unnecessary flag '--pr_description.final_update_message=false'

This commit is contained in:
Pinyoo Thotaboot
2025-05-26 11:05:58 +07:00
parent f78762cf2e
commit 5e9c56b96c

View File

@ -285,7 +285,7 @@ push_commands = [
url = "https://gitea.com"
handle_push_trigger = false
pr_commands = [
"/describe --pr_description.final_update_message=false",
"/describe",
"/review",
"/improve",
]