mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
working example
This commit is contained in:
@ -25,3 +25,10 @@ private_key = """\
|
||||
"""
|
||||
app_id = 123456 # The GitHub App ID, replace with your own.
|
||||
webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
|
||||
|
||||
[gitlab]
|
||||
# The type of deployment to create. Valid values are 'app' or 'user'.
|
||||
personal_access_token = ""
|
||||
|
||||
# URL to the gitlab service
|
||||
gitlab_url = "https://gitlab.com"
|
Reference in New Issue
Block a user