[fix]. Log rejected non-allowlisted repos
All checks were successful
ci / test (push) Successful in 26s
ci / publish (push) Successful in 1m22s

This commit is contained in:
Space-Banane
2026-05-22 23:13:28 +02:00
parent b036a16d3c
commit 729ea4aae4
3 changed files with 36 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
- [ ] `TEST`: Add integration test proving the runner executes the exact PR head SHA in isolated mode and does not rely on host checkout.
### P1 (Important)
- [x] `BUG`: Log webhook events rejected because repo is not listed in `ALLOWED_REPOS`.
- [ ] `FEATURE`: Full control UI to update the bots settings. Password in env variable protected login page. No more env variables.
- [ ] `FEATURE`: Automatic Trigger on new PRs and or commits on PRs with context that its a change that needs review not the whole PR again. GITEA_ALLOW_PR_AUTO_REVIEW=true would be needed
- [ ] `BUG`: Container runner hardcodes `codex exec --json -m gpt-5`; use `OPENAI_REVIEW_MODEL` and `OPENAI_REASONING_EFFORT` consistently across runner paths.