mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Set default configuration of Gitea
This commit is contained in:
@ -68,6 +68,11 @@ webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
|
|||||||
personal_access_token = ""
|
personal_access_token = ""
|
||||||
shared_secret = "" # webhook secret
|
shared_secret = "" # webhook secret
|
||||||
|
|
||||||
|
[gitea]
|
||||||
|
# Gitea personal access token
|
||||||
|
personal_access_token=""
|
||||||
|
webhook_secret="" # webhook secret
|
||||||
|
|
||||||
[bitbucket]
|
[bitbucket]
|
||||||
# For Bitbucket authentication
|
# For Bitbucket authentication
|
||||||
auth_type = "bearer" # "bearer" or "basic"
|
auth_type = "bearer" # "bearer" or "basic"
|
||||||
|
@ -278,6 +278,7 @@ push_commands = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[gitea_app]
|
[gitea_app]
|
||||||
|
url = "https://gitea.com"
|
||||||
handle_push_trigger = true
|
handle_push_trigger = true
|
||||||
pr_commands = [
|
pr_commands = [
|
||||||
"/describe --pr_description.final_update_message=false",
|
"/describe --pr_description.final_update_message=false",
|
||||||
|
Reference in New Issue
Block a user