Skip to content

fix(ci): retarget reusable-workflow uses: refs to current org homes#337

Merged
JacobPEvans-personal merged 1 commit into
mainfrom
fix/ci-shared-workflow-org-refs
May 29, 2026
Merged

fix(ci): retarget reusable-workflow uses: refs to current org homes#337
JacobPEvans-personal merged 1 commit into
mainfrom
fix/ci-shared-workflow-org-refs

Conversation

@JacobPEvans-personal
Copy link
Copy Markdown
Member

Root cause

GitHub Actions uses: does not follow repo transfer/rename redirects and cannot reference variables. Workflows hard-coding the old owner (JacobPEvans/) fail at parse time after repos moved orgs.

Changes

Old New Count
JacobPEvans/ai-workflows/ dryvist/ai-workflows/ 10 refs
JacobPEvans/.github/ JacobPEvans-personal/.github/ 2 refs

Files changed: 11 workflow files (12 substitutions total).

No .lock.yml files contained JacobPEvans/ refs — none skipped.

Part of an org-wide sweep of shared-CI uses: owner fixes.

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@JacobPEvans-personal JacobPEvans-personal merged commit 799d4af into main May 29, 2026
9 checks passed
@JacobPEvans-personal JacobPEvans-personal deleted the fix/ci-shared-workflow-org-refs branch May 29, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant