Skip to content

Commit 399398c

Browse files
heskewclaude
andcommitted
ci: bump ai-review-prompts pin to 3f2300a3 (week-of-06-01 calibration)
Picks up HarperFast/ai-review-prompts#57: severity-discipline non-blocker bullets, async-commit-ordering check, non-critical-work-on-critical-path guard. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 02dcf72 commit 399398c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Note: the `claude-review` label name is matched there too —
3434
# `_claude-review.yml`'s authorize `if:`, not in this caller.
3535
if: ${{ vars.CLAUDE_ALWAYS_ON == 'true' || github.event.action == 'labeled' }}
36-
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-review.yml@2be0f702b114e39b90eed90962922ef64df58482 # main 2026-06-03 (post #52 — week-of-05-25 calibration: Harper-aware best-practices wiring, skills-ref v1.7.0, surface-findings rule, access-control blocker guidance, public-skill dedup)
36+
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-review.yml@3f2300a39910a0983eb74967dedeebd8c3c98adc # main 2026-06-08 (post #57 — week-of-06-01 calibration: severity-discipline non-blocker bullets, async-commit-ordering check, non-critical-work-on-critical-path guard)
3737
with:
3838
# Same SHA as the `uses:` ref above. The reusable uses this to
3939
# check out HarperFast/ai-review-prompts (layer files + bash

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Note: the `gemini-review` label name is matched there too —
5353
# `_gemini-review.yml`'s authorize `if:`, not in this caller.
5454
if: ${{ vars.GEMINI_ALWAYS_ON == 'true' || github.event.action == 'labeled' }}
55-
uses: HarperFast/ai-review-prompts/.github/workflows/_gemini-review.yml@2be0f702b114e39b90eed90962922ef64df58482 # main 2026-06-03 (post #52 — calibration: Harper-aware wiring for the Gemini leg, skills-ref v1.7.0, surface-findings rule, access-control blocker guidance, public-skill dedup)
55+
uses: HarperFast/ai-review-prompts/.github/workflows/_gemini-review.yml@3f2300a39910a0983eb74967dedeebd8c3c98adc # main 2026-06-08 (post #57week-of-06-01 calibration: severity-discipline non-blocker bullets, async-commit-ordering check, non-critical-work-on-critical-path guard)
5656
# Caller-side permissions at the calling-job level (NOT workflow-
5757
# level — that placement caps the reusable's per-job grants below
5858
# what they need and breaks the workflow at startup; see

0 commit comments

Comments
 (0)