ci: Migrate reusable-workflow refs to rossoctl/.github - #60
Merged
rubambiza merged 1 commit intoAug 11, 2026
Merged
Conversation
Repoint the three reusable-workflow references from kagenti/.github to rossoctl/.github, SHA-pinned to current (post-rename) commits. GitHub Actions does not follow org renames for uses: refs, so the old paths fail to resolve. Also pins the two previously-@main refs to SHAs. - pr-verifier-required.yml -> @89bd5f9 - add-to-project.yml -> @2610c78 (was @main) - stale.yaml -> @89bd5f9 (was @main) Assisted-By: Claude Code (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Gloire Rubambiza <gloire@ibm.com>
clawgenti
reviewed
Aug 11, 2026
clawgenti
left a comment
There was a problem hiding this comment.
Same org-rename migration as agent-skills: repoints three reusable-workflow refs from kagenti/.github to rossoctl/.github with SHA pins, additionally hardening the two previously-@main refs (project.yml, stale.yaml). All checks pass. Ready for human review.
Reviewed by clawgenti using the github-pr-review skill
esnible
approved these changes
Aug 11, 2026
Closed
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repoints the three reusable-workflow references from the old
kagenti/.githuborg path torossoctl/.github, SHA-pinned to current (post-rename) commits. GitHub Actions does not follow org renames foruses:references, so the old paths fail to resolve and all three workflows conclude asfailurebefore any job is created.pr-verifier.ymlkagenti/...@4e535f2rossoctl/...@89bd5f9project.ymlkagenti/...@mainrossoctl/...@2610c78stale.yamlkagenti/...@mainrossoctl/...@89bd5f9The two previously-
@mainrefs are now SHA-pinned (supply-chain safety), and the stale "pinned to @main intentionally" comment inproject.ymlis updated accordingly.Fixes rossoctl/rossoctl#2298
Assisted-By: Claude Code