Skip to content

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

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#66
JacobPEvans-personal merged 1 commit into
mainfrom
fix/ci-shared-workflow-org-refs

Conversation

@JacobPEvans-personal
Copy link
Copy Markdown
Member

Root cause

The shared-CI repository that hosts these reusable workflows moved GitHub organizations. GitHub Actions uses: references do not follow repo move/rename redirects and cannot use variables, so any workflow hard-coding the old owner fails at parse time.

Fix

Correct the literal owner in every real uses: reference. All 5 affected refs point at the shared .github reusable workflows, now at JacobPEvans-personal/.github:

  • release-please.yml: _release-please.yml
  • ci-gate.yml: _python-security.yml, _osv-scan.yml, _markdown-lint.yml, _file-size.yml

Paths and @main refs are preserved; only the owner segment changes.

Part of an org-wide sweep.

🤖 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 4622ef8 into main May 29, 2026
10 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