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
2 changes: 1 addition & 1 deletion .github/workflows/ci-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
run: bash .ai-workflows/.github/scripts/render-prompt.sh .ai-workflows/.github/prompts/ci-fix.md FAILURE_LOGS REPO_CONTEXT CI_STRUCTURE ATTEMPT_NUM WORKFLOW_NAME RUN_ID RUN_URL EVENT_NAME TRIGGER_ACTOR

- name: Run Claude Code with bot attribution
uses: JacobPEvans/ai-workflows/.github/actions/run-claude-code@main
uses: dryvist/ai-workflows/.github/actions/run-claude-code@main
with:
prompt: ${{ steps.prompt.outputs.content }}
model: ${{ vars.AI_MODEL_CODE || vars.AI_MODEL || 'openrouter/free' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-simplifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: bash .ai-workflows/.github/scripts/render-prompt.sh .ai-workflows/.github/prompts/code-simplifier.md WORKFLOW_NAME RUN_ID RUN_URL EVENT_NAME TRIGGER_ACTOR

- name: Run Claude Code with bot attribution
uses: JacobPEvans/ai-workflows/.github/actions/run-claude-code@main
uses: dryvist/ai-workflows/.github/actions/run-claude-code@main
with:
prompt: ${{ steps.prompt.outputs.content }}
model: ${{ vars.AI_MODEL_CODE || vars.AI_MODEL || 'openrouter/free' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-best-practices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:
pull-requests: read
jobs:
best-practices:
uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.16.0
uses: dryvist/ai-workflows/.github/workflows/best-practices.yml@v0.16.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

jobs:
ci-suite:
uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.16.0
uses: dryvist/ai-workflows/.github/workflows/suite-ci.yml@v0.16.0
with:
repo_context: "Reusable GitHub Actions workflows for AI-powered CI/CD automation (prompts, scripts, YAML workflows)"
ci_structure: "test.yml (bun test for JavaScript scripts)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-issue-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:
pull-requests: read
jobs:
hygiene:
uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.16.0
uses: dryvist/ai-workflows/.github/workflows/issue-hygiene.yml@v0.16.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-issue-sweeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:
pull-requests: read
jobs:
sweep:
uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.16.0
uses: dryvist/ai-workflows/.github/workflows/issue-sweeper.yml@v0.16.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/final-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Run Claude Code with bot attribution
if: steps.bot-check.outputs.run == 'true'
uses: JacobPEvans/ai-workflows/.github/actions/run-claude-code@main
uses: dryvist/ai-workflows/.github/actions/run-claude-code@main
with:
prompt: ${{ steps.prompt.outputs.content }}
model: ${{ vars.AI_MODEL_REVIEW || vars.AI_MODEL || 'openrouter/free' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-pin-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: JacobPEvans/.github/.github/workflows/_gh-aw-pin-refresh.yml@main
uses: JacobPEvans-personal/.github/.github/workflows/_gh-aw-pin-refresh.yml@main
with:
operation: ${{ inputs.operation || 'compile' }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: bash .ai-workflows/.github/scripts/render-prompt.sh .ai-workflows/.github/prompts/issue-resolver.md REPO_CONTEXT ISSUE_NUMBER ISSUE_TITLE ISSUE_BODY ISSUE_LABELS ATTEMPT MAX_ATTEMPTS WORKFLOW_NAME RUN_ID RUN_URL EVENT_NAME TRIGGER_ACTOR

- name: Run Claude Code with bot attribution
uses: JacobPEvans/ai-workflows/.github/actions/run-claude-code@main
uses: dryvist/ai-workflows/.github/actions/run-claude-code@main
with:
prompt: ${{ steps.prompt.outputs.content }}
model: ${{ inputs.model || vars.AI_MODEL_PLAN || vars.AI_MODEL || 'openrouter/free' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-docs-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
run: bash .ai-workflows/.github/scripts/render-prompt.sh .ai-workflows/.github/prompts/post-merge-docs-review.md COMMIT_SHA REPO_NAME WORKFLOW_NAME RUN_ID RUN_URL EVENT_NAME TRIGGER_ACTOR

- name: Run Claude Code with bot attribution
uses: JacobPEvans/ai-workflows/.github/actions/run-claude-code@main
uses: dryvist/ai-workflows/.github/actions/run-claude-code@main
with:
prompt: ${{ steps.prompt.outputs.content }}
model: ${{ vars.AI_MODEL_DOCS || vars.AI_MODEL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
run: bash .ai-workflows/.github/scripts/render-prompt.sh .ai-workflows/.github/prompts/post-merge-tests.md MERGE_SHA REPO_FULL_NAME WORKFLOW_NAME RUN_ID RUN_URL EVENT_NAME TRIGGER_ACTOR

- name: Run Claude Code with bot attribution
uses: JacobPEvans/ai-workflows/.github/actions/run-claude-code@main
uses: dryvist/ai-workflows/.github/actions/run-claude-code@main
with:
prompt: ${{ steps.prompt.outputs.content }}
model: ${{ vars.AI_MODEL_CODE || vars.AI_MODEL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: JacobPEvans/.github/.github/workflows/_release-please.yml@main
uses: JacobPEvans-personal/.github/.github/workflows/_release-please.yml@main
secrets:
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}