From 17e8eb492e6035eda8f47f5ca1d053538323d967 Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans-personal@users.noreply.github.com> Date: Fri, 29 May 2026 01:01:45 -0400 Subject: [PATCH] fix(ci): retarget reusable-workflow uses: refs to current org homes GitHub Actions uses: does not follow repo move/rename redirects and cannot use variables; correct the literal owner to the moved repos' current homes. Part of an org-wide sweep. JacobPEvans/ai-workflows/ -> dryvist/ai-workflows/ (10 refs) JacobPEvans/.github/ -> JacobPEvans-personal/.github/ (2 refs) Assisted-by: Claude --- .github/workflows/ai-all.yml | 2 +- .github/workflows/ai-ci.yml | 2 +- .github/workflows/ai-merge-gate.yml | 2 +- .github/workflows/best-practices.yml | 2 +- .github/workflows/code-simplifier.yml | 2 +- .github/workflows/gh-aw-pin-refresh.yml | 2 +- .github/workflows/issue-auto-resolve.yml | 4 ++-- .github/workflows/issue-hygiene.yml | 2 +- .github/workflows/issue-sweeper.yml | 2 +- .github/workflows/next-steps.yml | 2 +- .github/workflows/release-please.yml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ai-all.yml b/.github/workflows/ai-all.yml index e1d2eab4..e537085e 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 a09adb69..a30330aa 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 b7bca0e3..21341bd9 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 5511c2aa..919e364f 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 605d5403..6ac881ac 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 fbcfd87e..d04f9e6f 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 da25dd58..27fb3ef5 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 512c8d89..9ea6f399 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 4ecd10d6..18ed0a56 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 9d7c35e6..423f65c1 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 3d0354d1..2aade786 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 }}