fix: skip posting review when HEAD moves during evaluation #53

Merged
aweiker merged 3 commits from fix/stale-commit-check into main 2026-05-10 15:26:12 +00:00
Showing only changes of commit ced1fa7ffd - Show all commits
+6 -2
View File
@@ -19,8 +19,7 @@ jobs:
- run: go build -o review-bot ./cmd/review-bot
# Self-review: builds from source since we're pre-release
# Note: claude-sonnet-4-6, gpt-4.1, gpt-4.1-mini, gpt-5-mini removed —
# not deployed on LLM proxy. Only gpt-5 is available.
# Models configured to match SAP AI Core deployments
review:
runs-on: ubuntu-24.04
if: github.event_name == 'pull_request'
@@ -28,6 +27,11 @@ jobs:
strategy:
matrix:
include:
- name: sonnet
token_secret: SONNET_REVIEW_TOKEN
provider: anthropic
llm_path: /anthropic/v1
model: anthropic--claude-4.6-sonnet
- name: gpt
token_secret: GPT_REVIEW_TOKEN
provider: openai