Webhook GitHub
Webhook GitHub
Configuração
1. OpenClaw
webhooks:
- path: /webhook/github
handler: github-events
secret: "seu-secret"
2. GitHub
- Repo → Settings → Webhooks
- Add webhook
- URL:
https://seu-servidor:18789/webhook/github - Secret: mesmo do config
- Eventos: Escolha quais
Eventos Úteis
- push
- pull_request
- issues
- release
Exemplo de Ação
Quando PR for aberto:
- Analise as mudanças
- Comente review inicial
- Me notifique se complexo