Files
gitea/pi-extension/webhook/server.ts
pi-bot-01 578e2f91cb feat: hybrid webhook + polling for collab repos
- Repos with admin access get webhooks auto-installed
- Collab repos (403 on webhook install) fall back to event polling
- Poll every 60s for new issues, PRs, and comments
- Use Date objects for timestamp comparison (fixes TZ offset issues)
- Skip events from the bot's own user
- Clean startup/shutdown with state reset on reload
- Health endpoint reports webhook_repos + poll_only_repos counts
2026-03-13 16:47:07 -07:00

16 KiB