Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gemini-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Note: the `gemini-review` label name is matched there too —
# `_gemini-review.yml`'s authorize `if:`, not in this caller.
if: ${{ vars.GEMINI_ALWAYS_ON == 'true' || github.event.action == 'labeled' }}
uses: HarperFast/ai-review-prompts/.github/workflows/_gemini-review.yml@9eb635a9221ffcc1e467016b525a7655277d2d6c # main 2026-06-15 (post #59week-of-06-08 calibration: mechanical-diff no-log gate, setup/teardown-leak + undefined-context robustness, commit/replication atomicity)
uses: HarperFast/ai-review-prompts/.github/workflows/_gemini-review.yml@441d5441e348ab6a2ab97c60f645e7053999b619 # main 2026-06-18 (post #65inline resolvable severity-badged review comments + non-blocking Suggestions tier; also #56 SHA-pin fix, #29 run-notes split, #63 test coverage)
# Caller-side permissions, scoped at the calling-job level (NOT
# workflow-level — that placement caps the reusable's per-job
# grants below what they need and breaks the workflow at startup;
Expand All @@ -67,7 +67,7 @@ jobs:
# in this repo for why the duplication is unavoidable
# (reusable workflows can't introspect their own ref in
# workflow_call context).
ai-review-prompts-ref: 9eb635a9221ffcc1e467016b525a7655277d2d6c
ai-review-prompts-ref: 441d5441e348ab6a2ab97c60f645e7053999b619
review-layers: |
universal
harper/common
Expand Down
Loading