ci: Migrate reusable-workflow refs to rossoctl/.github - #31
Merged
rubambiza merged 1 commit intoAug 11, 2026
Merged
Conversation
Repoint the three reusable-workflow references from the old kagenti/.github org path to rossoctl/.github, pinned to current SHAs (post-rename). GitHub Actions does not follow org renames for uses: refs, so the old paths fail to resolve. - pr-verifier-required.yml -> @89bd5f9 - add-to-project.yml -> @2610c78 - self-assign-reusable.yml -> @89bd5f9 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.
Straightforward org-rename migration: repoints three reusable-workflow uses: refs from kagenti/.github to rossoctl/.github, SHA-pinned to post-rename commits. 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 was referenced Aug 17, 2026
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 runs fail before any job is created.pr-verifier.yml@89bd5f9(2026-07-21)project.yml@2610c78(2026-07-20)self-assign.yml@89bd5f9(2026-07-21)SHAs bumped to the latest per-workflow commits in
rossoctl/.github(which include the org-rename cleanup), rather than carrying forward the old pre-rename pins.Fixes rossoctl/rossoctl#2297
Assisted-By: Claude Code