diff --git a/webhooks.py b/webhooks.py index 3caf0a1..ab31588 100644 --- a/webhooks.py +++ b/webhooks.py @@ -210,6 +210,8 @@ def gl_issue_event(gateway, data): body = f"[{project}] {username} {action} issue #{oid}: {title}\n" if action in ["open", "reopen"]: body += f"{description}" + elif action == "update": + return logging.debug(body) mb_url = config["gitlab_gateway"]