Skip to content

fix(ci): repoint the deleted validate-actions at the live ecosystem repos - #79

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/repoint-dead-validate-actions
Jul 29, 2026
Merged

fix(ci): repoint the deleted validate-actions at the live ecosystem repos#79
hyperpolymath merged 1 commit into
mainfrom
fix/repoint-dead-validate-actions

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

hyperpolymath/a2ml-validate-action and k9-validate-action are deleted (verified 404). An unresolvable uses: ref produces no check run at all — not a red one — so Validate A2ML manifests and Validate K9 contracts could never report, and any ruleset requiring them was unsatisfiable. The repo looked green while the check had simply never run.

The actions moved: a2ml-ecosystem/validate-action and k9-ecosystem/validate-action. Repointed rather than vendored — vendoring would create one drifting copy per repo.

Measured scope: 69 repos, 135 references. SHAs are those already proven green in the-nash-equilibrium#83.

Verified: no dead refs remain; every touched workflow still parses.

🤖 Generated with Claude Code

…epos

hyperpolymath/a2ml-validate-action and k9-validate-action are DELETED
(verified 404). An unresolvable uses: ref produces NO check run at all -- not a
red one -- so 'Validate A2ML manifests' and 'Validate K9 contracts' could never
report, and any ruleset requiring them was unsatisfiable. Repos looked green
while the check had simply never run.

The actions moved rather than died:
  hyperpolymath/a2ml-ecosystem/validate-action
  hyperpolymath/k9-ecosystem/validate-action

Repointed, not vendored. The estate handover proposed vendoring the scripts into
every consumer; that would create one copy per repo to drift, which the same
document names as this estate's most recurring failure mode. Measured scope:
69 repos, 135 references -- not the ~272 estimated.

SHAs are those already proven green in the-nash-equilibrium#83; both verified to
resolve and to contain validate-action/action.yml at that exact ref.

Verified: no dead refs remain, and every touched workflow still parses.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Comment thread .github/workflows/dogfood-gate.yml
@gitar-bot

gitar-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown

Note

Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime.
Learn more

Code Review ✅ Approved 1 resolved / 1 findings

Repoints deleted GitHub Actions to live ecosystem paths, but the references incorrectly retain the hyperpolymath user prefix instead of targeting the new organization paths.

✅ 1 resolved
Bug: Repointed action refs likely target wrong repo path

📄 .github/workflows/dogfood-gate.yml:37 📄 .github/workflows/dogfood-gate.yml:81
The PR summary states the actions moved to a2ml-ecosystem/validate-action and k9-ecosystem/validate-action (dedicated repos under new orgs), but the diff points uses: at hyperpolymath/a2ml-ecosystem/validate-action and hyperpolymath/k9-ecosystem/validate-action. GitHub parses owner/repo/path form, so these resolve to owner=hyperpolymath, repo=a2ml-ecosystem/k9-ecosystem, subdirectory=validate-action — a different target than the summary describes. If those repos/subdirectories don't exist, the ref is unresolvable and the step produces no check run at all — reintroducing the exact silent-green failure this PR set out to fix. Confirm the intended location: if the action lives in org a2ml-ecosystem, repo validate-action, drop the hyperpolymath/ prefix (e.g. a2ml-ecosystem/validate-action@<sha>); otherwise verify hyperpolymath/a2ml-ecosystem actually contains a validate-action/action.yml at the pinned SHA.

Options

Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Compact
gitar display:verbose         

Was this helpful? React with 👍 / 👎 | Gitar

@hyperpolymath
hyperpolymath merged commit 23fa5da into main Jul 29, 2026
25 of 26 checks passed
@hyperpolymath
hyperpolymath deleted the fix/repoint-dead-validate-actions branch July 29, 2026 02:30
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