What
Under the webhook URL in apps/web/src/routes/projects.$projectId.settings.tsx:151,
say what to do with it: "paste this into GitHub → Settings → Webhooks". Show the
current auto_deploy state next to it.
Why
The entire mechanism already works: webhook_handlers.go, the token, the
secret, branch matching. What is missing is the one sentence that tells a user
the feature exists. Cheapest item on the list by a wide margin.
How
Copy plus a copy-to-clipboard button. One paragraph in docs/api.md under
Webhooks.
What
Under the webhook URL in
apps/web/src/routes/projects.$projectId.settings.tsx:151,say what to do with it: "paste this into GitHub → Settings → Webhooks". Show the
current
auto_deploystate next to it.Why
The entire mechanism already works:
webhook_handlers.go, the token, thesecret, branch matching. What is missing is the one sentence that tells a user
the feature exists. Cheapest item on the list by a wide margin.
How
Copy plus a copy-to-clipboard button. One paragraph in
docs/api.mdunderWebhooks.