Skip to content

ci: Repoint reusable-workflow refs to rossoctl/.github - #51

Merged
Alan-Cha merged 1 commit into
rossoctl:mainfrom
rubambiza:fix/workflow-refs-rossoctl
Aug 11, 2026
Merged

ci: Repoint reusable-workflow refs to rossoctl/.github#51
Alan-Cha merged 1 commit into
rossoctl:mainfrom
rubambiza:fix/workflow-refs-rossoctl

Conversation

@rubambiza

Copy link
Copy Markdown
Contributor

What

Repoint the three reusable-workflow references from the old org path (kagenti/.github) to the current one (rossoctl/.github), keeping the same pinned SHAs.

Workflow Reusable ref
pr-verifier.yml pr-verifier-required.yml
project.yml add-to-project.yml
self-assign.yml self-assign-reusable.yml

Why

GitHub Actions does not follow org renames for uses: references. The kagenti/.github/... refs no longer resolve, so every run of these workflows concludes as failure before any job is created.

Safety

  • Both pinned SHAs (99700eb..., 5df2608...) were verified to exist in the renamed rossoctl/.github repo — they are the same commits, preserved through the rename. The refs stay SHA-pinned; no version bump.
  • Also updated the stale kagenti/.github org path in the self-assign.yml header comments (documentation only).

Fixes rossoctl/rossoctl#2296

Assisted-By: Claude Code

GitHub Actions does not follow org renames for `uses:` references, so
the kagenti/.github reusable-workflow refs fail to resolve and every run
concludes as failure before any job is created. Repoint all three to
rossoctl/.github, keeping the same pinned SHAs (verified present in the
renamed repo). Also update the stale org path in the self-assign
comments.

Assisted-By: Claude Code (Anthropic AI) <noreply@anthropic.com>

Signed-off-by: Gloire Rubambiza <gloire@ibm.com>
@rubambiza rubambiza added bug Something isn't working ready-for-ai-review Request automated AI code review from clawgenti labels Aug 10, 2026

@clawgenti clawgenti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This PR updates workflow references from to in several GitHub Actions workflow files. All changes are consistent and correctly migrated. All checks pass. Ready for human review.

Reviewed by clawgenti using the github-pr-review skill

@clawgenti clawgenti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This PR updates workflow references from to in several GitHub Actions workflow files. All changes are consistent and correctly migrated. All checks pass. Ready for human review.\n---\nReviewed by clawgenti using the github-pr-review skill\n

@clawgenti clawgenti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This PR updates workflow references from to in several GitHub Actions workflow files. All changes are consistent and correctly migrated. All checks pass. Ready for human review.\n---\nReviewed by clawgenti using the github-pr-review skill\n

@clawgenti clawgenti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This PR updates workflow references from kagenti to rossoctl in several GitHub Actions workflow files. All changes are consistent and correctly migrated. All checks pass. Ready for human review.

Reviewed by clawgenti using the github-pr-review skill

@clawgenti

Copy link
Copy Markdown
Contributor

[
{
"path": ".github/workflows/pr-verifier.yml",
"line": 13,
"body": "Updated path to reference organization."
},
{
"path": ".github/workflows/project.yml",
"line": 20,
"body": "Updated path to reference organization."
},
{
"path": ".github/workflows/self-assign.yml",
"line": 4,
"body": "Updated comment to reflect new organization."
},
{
"path": ".github/workflows/self-assign.yml",
"line": 6,
"body": "Updated reference link to organization."
},
{
"path": ".github/workflows/self-assign.yml",
"line": 20,
"body": "Updated path to reference organization."
}
]

permissions:
pull-requests: read
uses: kagenti/.github/.github/workflows/pr-verifier-required.yml@5df2608afc813a6ec4a002a9ea05640863549122 # main, 2026-06-25
uses: rossoctl/.github/.github/workflows/pr-verifier-required.yml@5df2608afc813a6ec4a002a9ea05640863549122 # main, 2026-06-25

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Updated path to reference organization.

contents: read

uses: kagenti/.github/.github/workflows/add-to-project.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05
uses: rossoctl/.github/.github/workflows/add-to-project.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Updated path to reference organization.

#
# Thin caller for the org-wide reusable self-assign workflow.
# Configuration and defaults are managed centrally in kagenti/.github.
# Configuration and defaults are managed centrally in rossoctl/.github.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Updated comment to reflect new organization.

# Configuration and defaults are managed centrally in rossoctl/.github.
#
# Reference: https://github.com/kagenti/.github/blob/main/.github/workflows/self-assign-reusable.yml
# Reference: https://github.com/rossoctl/.github/blob/main/.github/workflows/self-assign-reusable.yml

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Updated reference link to organization.

jobs:
self-assign:
uses: kagenti/.github/.github/workflows/self-assign-reusable.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05
uses: rossoctl/.github/.github/workflows/self-assign-reusable.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Updated path to reference organization.

@Alan-Cha
Alan-Cha merged commit 92c51dd into rossoctl:main Aug 11, 2026
3 checks passed
@rubambiza
rubambiza deleted the fix/workflow-refs-rossoctl branch August 11, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready-for-ai-review Request automated AI code review from clawgenti

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate stale reusable-workflow refs: automation

3 participants