From 1b8fde0065d399e33ad2264af9f34a48dc2c9c6b Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 9 Oct 2024 06:47:09 -0500 Subject: [PATCH] make webhooks active --- bridge/webgit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge/webgit.py b/bridge/webgit.py index 749396d..1ec2c21 100644 --- a/bridge/webgit.py +++ b/bridge/webgit.py @@ -187,6 +187,7 @@ class Gitea(WebgitClient): "url": http_endpoint, "content_type": "json", }, + "active": True, "events": events, "type": "gitea", },