@@ -8,6 +8,7 @@ class Handler(BaseHTTPRequestHandler):
"app":"demo-app",
"status":"ok",
"path":self.path,
"delivery":"webhook-build-deploy",
}
body=json.dumps(payload).encode("utf-8")
self.send_response(200)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.