chore: use domain for webhook URLs

This commit is contained in:
asepharyana
2026-08-02 16:21:47 +07:00
parent 637b44a9e0
commit b9ba5ad9fa
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -12,11 +12,11 @@ manifest = {
"name": "pr-agent-auto-review", "name": "pr-agent-auto-review",
"url": "https://github.com/asepharyana", "url": "https://github.com/asepharyana",
"hook_attributes": { "hook_attributes": {
"url": f"http://45.127.35.244:3000/api/v1/github_webhooks", "url": f"https://pr-agent.asepharyana.my.id/api/v1/github_webhooks",
"active": True "active": True
}, },
"redirect_url": "http://45.127.35.244:3000/setup/callback", "redirect_url": "https://pr-agent.asepharyana.my.id/setup/callback",
"callback_urls": ["http://45.127.35.244:3000/setup/callback"], "callback_urls": ["https://pr-agent.asepharyana.my.id/setup/callback"],
"public": False, "public": False,
"default_events": [ "default_events": [
"pull_request", "pull_request",
+3 -3
View File
@@ -15,11 +15,11 @@ manifest = {
"name": "pr-agent-auto", "name": "pr-agent-auto",
"url": "https://github.com/asepharyana", "url": "https://github.com/asepharyana",
"hook_attributes": { "hook_attributes": {
"url": "http://45.127.35.244:3000/api/v1/github_webhooks", "url": "https://pr-agent.asepharyana.my.id/api/v1/github_webhooks",
"active": True "active": True
}, },
"redirect_url": "http://45.127.35.244:3000/setup/callback", "redirect_url": "https://pr-agent.asepharyana.my.id/setup/callback",
"callback_urls": ["http://45.127.35.244:3000/setup/callback"], "callback_urls": ["https://pr-agent.asepharyana.my.id/setup/callback"],
"public": False, "public": False,
"default_events": ["pull_request", "issue_comment"], "default_events": ["pull_request", "issue_comment"],
"default_permissions": { "default_permissions": {