Skip to content

ci: Migrate reusable-workflow refs to rossoctl/.github - #60

Merged
rubambiza merged 1 commit into
rossoctl:mainfrom
rubambiza:chore/migrate-workflow-refs-rossoctl
Aug 11, 2026
Merged

ci: Migrate reusable-workflow refs to rossoctl/.github#60
rubambiza merged 1 commit into
rossoctl:mainfrom
rubambiza:chore/migrate-workflow-refs-rossoctl

Conversation

@rubambiza

@rubambiza rubambiza commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Repoints the three reusable-workflow references from the old kagenti/.github org path to rossoctl/.github, SHA-pinned to current (post-rename) commits. GitHub Actions does not follow org renames for uses: references, so the old paths fail to resolve and all three workflows conclude as failure before any job is created.

File Workflow Old New
pr-verifier.yml pr-verifier-required.yml kagenti/...@4e535f2 rossoctl/...@89bd5f9
project.yml add-to-project.yml kagenti/...@main rossoctl/...@2610c78
stale.yaml stale.yaml kagenti/...@main rossoctl/...@89bd5f9

The two previously-@main refs are now SHA-pinned (supply-chain safety), and the stale "pinned to @main intentionally" comment in project.yml is updated accordingly.

Fixes rossoctl/rossoctl#2298

Assisted-By: Claude Code

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>
@rubambiza rubambiza added the ready-for-ai-review Request automated AI code review from clawgenti label Aug 11, 2026
@rubambiza rubambiza self-assigned this Aug 11, 2026

@clawgenti clawgenti left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@rubambiza rubambiza added ready-for-human-review AI review passed, ready for human reviewer and removed ready-for-ai-review Request automated AI code review from clawgenti labels Aug 11, 2026
@rubambiza
rubambiza merged commit f32ddad into rossoctl:main Aug 11, 2026
1 check passed
@rubambiza
rubambiza deleted the chore/migrate-workflow-refs-rossoctl branch August 11, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-human-review AI review passed, ready for human reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate stale reusable-workflow refs: workload-harness

3 participants