From b9ba5ad9fa56df9cbabf5fc57e6e1f9b784056f5 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Sun, 2 Aug 2026 16:21:47 +0700 Subject: [PATCH] chore: use domain for webhook URLs --- generate_manifest.py | 6 +++--- setup_all.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/generate_manifest.py b/generate_manifest.py index 51a6ece..3ed9a8f 100644 --- a/generate_manifest.py +++ b/generate_manifest.py @@ -12,11 +12,11 @@ manifest = { "name": "pr-agent-auto-review", "url": "https://github.com/asepharyana", "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 }, - "redirect_url": "http://45.127.35.244:3000/setup/callback", - "callback_urls": ["http://45.127.35.244:3000/setup/callback"], + "redirect_url": "https://pr-agent.asepharyana.my.id/setup/callback", + "callback_urls": ["https://pr-agent.asepharyana.my.id/setup/callback"], "public": False, "default_events": [ "pull_request", diff --git a/setup_all.py b/setup_all.py index 71861ab..9c30312 100644 --- a/setup_all.py +++ b/setup_all.py @@ -15,11 +15,11 @@ manifest = { "name": "pr-agent-auto", "url": "https://github.com/asepharyana", "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 }, - "redirect_url": "http://45.127.35.244:3000/setup/callback", - "callback_urls": ["http://45.127.35.244:3000/setup/callback"], + "redirect_url": "https://pr-agent.asepharyana.my.id/setup/callback", + "callback_urls": ["https://pr-agent.asepharyana.my.id/setup/callback"], "public": False, "default_events": ["pull_request", "issue_comment"], "default_permissions": {