Skip to content

Fix: update org references after kagenti to rossoctl rename#90

Merged
mrsabath merged 1 commit into
mainfrom
fix/kagenti-to-rossoctl-refs
Jul 21, 2026
Merged

Fix: update org references after kagenti to rossoctl rename#90
mrsabath merged 1 commit into
mainfrom
fix/kagenti-to-rossoctl-refs

Conversation

@mrsabath

Copy link
Copy Markdown
Contributor

Summary

The org rename (kagenti to rossoctl) left stale references in the org automation workflows. This fixes them.

Functional breakages

  • add-to-project.yml pointed at https://github.com/orgs/kagenti/projects/8, which returns 404 (org Project URLs do not follow the org rename). Repointed to orgs/rossoctl/projects/8. This was failing silently because the step is continue-on-error: true, so items simply stopped being added to the board.
  • Self-exclusion guards github.repository != 'kagenti/.github' in self-assign-reusable.yml (x2), pr-verifier-required.yml, and stale.yaml no longer matched the renamed repo (now rossoctl/.github). The condition became always-true, so these jobs had started running inside the template repo itself instead of being skipped. Updated to rossoctl/.github.

Robustness / correctness

  • Repinned uses: kagenti/.github/... to rossoctl/.github/... in project.yml and self-assign.yml (works via GitHub's org redirect today, but breaks permanently if the old org login is reclaimed).
  • link_checker.yaml: kagenti.github.io to rossoctl.github.io (the GitHub Pages host follows the rename; the old host 404s).
  • Updated comment/notice URLs referencing kagenti/.github.

Part of the Kagenti to rossoctl rename CI cleanup.

The org rename left stale kagenti references in the org automation
workflows. Two are functional breakages, the rest are correctness/
robustness fixes:

- add-to-project.yml: project-url pointed at orgs/kagenti/projects/8,
  which returns 404 (org Project URLs do not follow the org rename).
  Repoint to orgs/rossoctl/projects/8. Was failing silently because
  the step is continue-on-error.
- self-assign-reusable.yml, pr-verifier-required.yml, stale.yaml: the
  'github.repository != kagenti/.github' self-exclusion guards no
  longer match the renamed repo (now rossoctl/.github), so these jobs
  had started running inside the template repo itself instead of being
  skipped. Update the guards to rossoctl/.github.
- project.yml, self-assign.yml: repin 'uses: kagenti/.github/...' to
  rossoctl/.github (works via redirect today, but fragile).
- link_checker.yaml: kagenti.github.io Pages host follows the rename
  to rossoctl.github.io; the old host 404s.
- Update comment/notice URLs referencing kagenti/.github.

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
@mrsabath
mrsabath merged commit 4979d9c into main Jul 21, 2026
1 check passed
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.

2 participants