mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Set default configuration of Gitea
This commit is contained in:
parent
8b1abbcc2c
commit
1b74942919
2 changed files with 6 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue