You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Use CONFIG_PATH environment variable to override the default config path (/etc/pr-generator/config.yaml)",
"Provider names 'github' and 'bitbucket' auto-infer their type; all other names require an explicit 'type: github' or 'type: bitbucket' field",
"Each provider using token-based auth (GitHub PAT or Bitbucket) must have a unique token_env value — duplicate token_env across providers of the same type raises ValueError at startup",
"private_key_path must point to an existing file — if the path is set but the file is missing, FileNotFoundError is raised (no silent fallthrough to GITHUB_APP_PRIVATE_KEY env var)",
"The application always runs as a single replica — no distributed coordination",
"Dry-run mode (dry_run: true) logs PR creation intent without making any API calls",
"GET /readyz returns 503 until the first scan cycle completes — use GET /livez for liveness probes",
"Rules use re.match (anchored at start of string) — patterns like 'feature/.*' match branches starting with 'feature/'"