2025-05-05 UTC
#
Zegnat specifically for GitHub, you can actually receive Webhooks by triggering your action on repository_dispatch. But the Webhook body must have a specific format (JSON object with 2 members, "event_type" and "client_payload"). So a very thin Webmention proxy could accept mentions, transform the request to a GitHub dispatch, and forward it straight to an Action.
