diff --git a/.github/workflows/ai-all.yml b/.github/workflows/ai-all.yml index e1d2eab..e537085 100644 --- a/.github/workflows/ai-all.yml +++ b/.github/workflows/ai-all.yml @@ -54,7 +54,7 @@ jobs: id-token: write issues: write pull-requests: write - uses: JacobPEvans/ai-workflows/.github/workflows/suite-all.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/suite-all.yml@v0.16 with: caller_event: ${{ github.event_name }} review_prompt: "Focus on Claude Code plugin structure, skill authoring patterns, and hook configuration best practices" diff --git a/.github/workflows/ai-ci.yml b/.github/workflows/ai-ci.yml index a09adb6..a30330a 100644 --- a/.github/workflows/ai-ci.yml +++ b/.github/workflows/ai-ci.yml @@ -23,7 +23,7 @@ permissions: jobs: ci-suite: - uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/suite-ci.yml@v0.16 with: repo_context: "Claude Code plugins: skills, hooks, and slash commands for Claude Code CLI" ci_structure: "validate-plugin.yml (JSON schema validation for plugin manifests)" diff --git a/.github/workflows/ai-merge-gate.yml b/.github/workflows/ai-merge-gate.yml index b7bca0e..21341bd 100644 --- a/.github/workflows/ai-merge-gate.yml +++ b/.github/workflows/ai-merge-gate.yml @@ -3,5 +3,5 @@ on: pull_request permissions: read-all jobs: gate: - uses: JacobPEvans/ai-workflows/.github/workflows/_ai-merge-gate.yml@main + uses: dryvist/ai-workflows/.github/workflows/_ai-merge-gate.yml@main secrets: inherit diff --git a/.github/workflows/best-practices.yml b/.github/workflows/best-practices.yml index 5511c2a..919e364 100644 --- a/.github/workflows/best-practices.yml +++ b/.github/workflows/best-practices.yml @@ -19,5 +19,5 @@ concurrency: jobs: best-practices: - uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/best-practices.yml@v0.16 secrets: inherit diff --git a/.github/workflows/code-simplifier.yml b/.github/workflows/code-simplifier.yml index 605d540..6ac881a 100644 --- a/.github/workflows/code-simplifier.yml +++ b/.github/workflows/code-simplifier.yml @@ -16,5 +16,5 @@ concurrency: jobs: simplify: - uses: JacobPEvans/ai-workflows/.github/workflows/code-simplifier.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/code-simplifier.yml@v0.16 secrets: inherit diff --git a/.github/workflows/gh-aw-pin-refresh.yml b/.github/workflows/gh-aw-pin-refresh.yml index fbcfd87..d04f9e6 100644 --- a/.github/workflows/gh-aw-pin-refresh.yml +++ b/.github/workflows/gh-aw-pin-refresh.yml @@ -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: diff --git a/.github/workflows/issue-auto-resolve.yml b/.github/workflows/issue-auto-resolve.yml index da25dd5..27fb3ef 100644 --- a/.github/workflows/issue-auto-resolve.yml +++ b/.github/workflows/issue-auto-resolve.yml @@ -68,7 +68,7 @@ jobs: run-triage: if: github.event_name == 'workflow_dispatch' - uses: JacobPEvans/ai-workflows/.github/workflows/issue-triage.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/issue-triage.yml@v0.16 secrets: inherit with: issue_number: ${{ inputs.issue_number }} @@ -79,7 +79,7 @@ jobs: always() && github.event_name == 'workflow_dispatch' && (needs.run-triage.result == 'success' || needs.run-triage.result == 'skipped') - uses: JacobPEvans/ai-workflows/.github/workflows/issue-resolver.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/issue-resolver.yml@v0.16 secrets: inherit with: repo_context: "Claude Code plugins: skills, hooks, and slash commands for Claude Code CLI" diff --git a/.github/workflows/issue-hygiene.yml b/.github/workflows/issue-hygiene.yml index 512c8d8..9ea6f39 100644 --- a/.github/workflows/issue-hygiene.yml +++ b/.github/workflows/issue-hygiene.yml @@ -12,5 +12,5 @@ permissions: pull-requests: read jobs: hygiene: - uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/issue-hygiene.yml@v0.16 secrets: inherit diff --git a/.github/workflows/issue-sweeper.yml b/.github/workflows/issue-sweeper.yml index 4ecd10d..18ed0a5 100644 --- a/.github/workflows/issue-sweeper.yml +++ b/.github/workflows/issue-sweeper.yml @@ -12,5 +12,5 @@ permissions: pull-requests: read jobs: sweep: - uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/issue-sweeper.yml@v0.16 secrets: inherit diff --git a/.github/workflows/next-steps.yml b/.github/workflows/next-steps.yml index 9d7c35e..423f65c 100644 --- a/.github/workflows/next-steps.yml +++ b/.github/workflows/next-steps.yml @@ -17,5 +17,5 @@ concurrency: jobs: next-steps: - uses: JacobPEvans/ai-workflows/.github/workflows/next-steps.yml@v0.16 + uses: dryvist/ai-workflows/.github/workflows/next-steps.yml@v0.16 secrets: inherit diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3d0354d..2aade78 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 }}