experiment 4
This commit is contained in:
parent
d5d4c4492e
commit
b69f1b1a9a
@ -78,7 +78,7 @@ def gitea_handle_repo_action():
|
|||||||
gitea_create_webhook_result = gitea.create_webhook(
|
gitea_create_webhook_result = gitea.create_webhook(
|
||||||
repo_owner,
|
repo_owner,
|
||||||
repo_name,
|
repo_name,
|
||||||
"https://{}/bridge/endpoints/github/issue".format(
|
"https://{}/bridge/endpoints/gitea/issue".format(
|
||||||
app.config["GITEA_INSTANCE_DOMAIN"]
|
app.config["GITEA_INSTANCE_DOMAIN"]
|
||||||
),
|
),
|
||||||
["issues", "issue_comment"]
|
["issues", "issue_comment"]
|
||||||
|
Loading…
Reference in New Issue
Block a user