Rename service to Patchbay
All checks were successful
check / check (push) Successful in 37s

This commit is contained in:
matamune 2026-05-12 23:18:13 +00:00
parent 816881c2cc
commit 3379abf99b
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324
9 changed files with 57 additions and 36 deletions

View file

@ -1,4 +1,4 @@
# git-webhooks
# patchbay
Containerized Bun service for GitHub and jojo.build webhooks.
@ -6,10 +6,13 @@ Containerized Bun service for GitHub and jojo.build webhooks.
```text
GET /healthz
POST /git-webhooks/jojo
POST /git-webhooks/github
POST /patchbay/jojo
POST /patchbay/github
```
Existing `/git-webhooks/jojo` and `/git-webhooks/github` routes remain
compatibility aliases for existing webhook registrations.
## Environment
```text