Skip to content

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

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#33
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 repository-move/rename redirects and cannot use variables — the literal owner string must be correct at parse time.

After the org migration, two workflows hard-coded JacobPEvans/.github/ which now resolves to a 404 at workflow parse time:

File Old owner New owner
.github/workflows/release-please.yml JacobPEvans JacobPEvans-personal
.github/workflows/osv-scan.yml JacobPEvans JacobPEvans-personal

Inline comments referencing the old owner were updated to match.

Part of org-wide sweep

This is one repo in a sweep correcting uses: owner refs across all dryvist repos affected by the account migration.

🤖 Generated with Claude Code

GitHub Actions uses: does not follow repo move/rename redirects and cannot use variables; correct the literal owner. Part of an org-wide sweep.

Assisted-by: Claude <noreply@anthropic.com>
@JacobPEvans-personal JacobPEvans-personal merged commit 2dfb5e6 into main May 29, 2026
1 check 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