Skip to content
Closed
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-issue-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ concurrency:

jobs:
work:
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-issue-to-pr.yml@11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05 # main 2026-05-06 (post #11/#12/#14)
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-issue-to-pr.yml@53d4f5015c8bac691fa108c5c3d0440151bd66af # main 2026-05-06
with:
# Same SHA as the `uses:` ref above. See the comment in
# claude-mention.yml for why the duplication is unavoidable.
ai-review-prompts-ref: 11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05
ai-review-prompts-ref: 53d4f5015c8bac691fa108c5c3d0440151bd66af
repo-specific-conventions: |
## Harper core notes

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude-mention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
mention:
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-mention.yml@11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05 # main 2026-05-06 (post #11/#12/#14)
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-mention.yml@53d4f5015c8bac691fa108c5c3d0440151bd66af # main 2026-05-06
with:
# Same SHA as the `uses:` ref above. The reusable uses this to
# check out HarperFast/ai-review-prompts (parse + auth scripts)
Expand All @@ -34,7 +34,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: 11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05
ai-review-prompts-ref: 53d4f5015c8bac691fa108c5c3d0440151bd66af
repo-specific-conventions: |
## Harper core notes

Expand Down
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@11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05 # main 2026-05-06 (post #11/#12/#14 — Day 2 reusables)
uses: HarperFast/ai-review-prompts/.github/workflows/_claude-review.yml@53d4f5015c8bac691fa108c5c3d0440151bd66af # main 2026-05-06
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: 11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05
ai-review-prompts-ref: 53d4f5015c8bac691fa108c5c3d0440151bd66af
review-layers: |
universal
harper/common
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-caller-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ on:

jobs:
validate:
uses: HarperFast/ai-review-prompts/.github/workflows/_validate-caller-workflows.yml@11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05 # main 2026-05-06 (post #11/#12/#14)
uses: HarperFast/ai-review-prompts/.github/workflows/_validate-caller-workflows.yml@53d4f5015c8bac691fa108c5c3d0440151bd66af # main 2026-05-06
with:
# Same SHA as the `uses:` ref above — the reusable uses this
# to check out the validator script at the matching version.
# Same SHA-twice pattern as the other caller workflows.
ai-review-prompts-ref: 11872cb1cc2d0e90659659ade6d8ddbbdfbf1d05
ai-review-prompts-ref: 53d4f5015c8bac691fa108c5c3d0440151bd66af
Loading