Skip to content
Merged
Show file tree
Hide file tree
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/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
review:
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-review.yml@3278ce4e63c5af33cd1db68602aad9580e60dce7 # main 2026-05-09 (post #20title format + areas-not-traced + dev/prod dep rule)
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-review.yml@128656e40c87c0e1293c542a5500df4f68dbff85 # main 2026-05-12 (post #25symmetric pin with gemini-review.yml; picks up shared-script refactor and authorize-ai-workflow.sh rename)
with:
# Same SHA as the `uses:` ref above. The reusable uses this to
# check out HarperFast/ai-review-prompts (layer files + bash
Expand All @@ -35,7 +35,7 @@ jobs:
# introspect their own ref (`github.workflow_ref` resolves to the
# CALLER's ref in `workflow_call` context), and `uses: …@<ref>`
# is parsed literally so we can't interpolate a variable.
ai-review-prompts-ref: 3278ce4e63c5af33cd1db68602aad9580e60dce7
ai-review-prompts-ref: 128656e40c87c0e1293c542a5500df4f68dbff85
review-layers: |
universal
harper/common
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gemini-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ concurrency:

jobs:
review:
uses: HarperFast/ai-review-prompts/.github/workflows/_gemini-review.yml@9471cd8026bbbf6b0eb2a75143071c533811c52e # main 2026-05-12 (post #22Gemini reusable + shared provider scripts + auth-gate validator generalization)
uses: HarperFast/ai-review-prompts/.github/workflows/_gemini-review.yml@128656e40c87c0e1293c542a5500df4f68dbff85 # main 2026-05-12 (post #25workflow posts Gemini response, output-name fix, default model gemini-3-flash-preview)
with:
# Same SHA as the `uses:` ref above. See claude-review.yml
# 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: 9471cd8026bbbf6b0eb2a75143071c533811c52e
ai-review-prompts-ref: 128656e40c87c0e1293c542a5500df4f68dbff85
review-layers: |
universal
harper/common
Expand Down
Loading