Files
pr-reviewer/.env.example
T
Daan Schouteden 881719f743 Add PR progress comment and increase Cursor review timeout.
Post a temporary in-progress comment while reviewing, remove it when done, default timeout to 10 minutes, and skip retries on timeout.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 11:28:24 +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=600000
DEDUPE_TTL_SECONDS=1800
LOG_LEVEL=info