Skip to content

Commit 81efaaf

Browse files
authored
Merge pull request #1174 from HarperFast/ci/bump-arp-pin-3f2300a3
ci: bump ai-review-prompts pin to 3f2300a3 (week-of-06-01 calibration)
2 parents 88c94e6 + d22aad8 commit 81efaaf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 2 deletions
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
@@ -44,7 +44,7 @@ jobs:
4444
# introspect their own ref (`github.workflow_ref` resolves to the
4545
# CALLER's ref in `workflow_call` context), and `uses: …@<ref>`
4646
# is parsed literally so we can't interpolate a variable.
47-
ai-review-prompts-ref: 2be0f702b114e39b90eed90962922ef64df58482
47+
ai-review-prompts-ref: 3f2300a39910a0983eb74967dedeebd8c3c98adc
4848
review-layers: |
4949
universal
5050
harper/common

.github/workflows/gemini-review.yml

Lines changed: 2 additions & 2 deletions
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
@@ -70,7 +70,7 @@ jobs:
7070
# duplication is unavoidable: reusable workflows can't introspect
7171
# their own ref (`github.workflow_ref` resolves to the CALLER's
7272
# ref in workflow_call context), and `uses: …@<ref>` is literal.
73-
ai-review-prompts-ref: 2be0f702b114e39b90eed90962922ef64df58482
73+
ai-review-prompts-ref: 3f2300a39910a0983eb74967dedeebd8c3c98adc
7474
review-layers: |
7575
universal
7676
harper/common

0 commit comments

Comments
 (0)