Files
pr-reviewer/.env.example
T
Daan Schouteden e9aafdf8c4 Add structured JSON logging across webhook and review flow.
Improve observability with correlation IDs, skip/success/failure lifecycle events, and retry diagnostics while documenting log level configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 15:00:29 +02:00

13 lines
241 B
Bash

CURSOR_API_KEY=
GITEA_TOKEN=
GITEA_BASE_URL=https://gitea.example.com
GITEA_BOT_LOGIN=comedykit-pr-bot
WEBHOOK_SECRET=
PORT=8787
DEFAULT_BASE_BRANCH=main
MAX_INLINE_COMMENTS=5
REVIEW_TIMEOUT_MS=120000
DEDUPE_TTL_SECONDS=1800
LOG_LEVEL=info