From 693bcbe57f9f9e80ca62925648360e49050096ba Mon Sep 17 00:00:00 2001 From: Gloire Rubambiza Date: Mon, 10 Aug 2026 19:08:43 -0400 Subject: [PATCH] ci: Repoint reusable-workflow refs to rossoctl/.github 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) Signed-off-by: Gloire Rubambiza --- .github/workflows/pr-verifier.yml | 2 +- .github/workflows/project.yml | 2 +- .github/workflows/self-assign.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-verifier.yml b/.github/workflows/pr-verifier.yml index 22c9e82..b2cdfdb 100644 --- a/.github/workflows/pr-verifier.yml +++ b/.github/workflows/pr-verifier.yml @@ -10,4 +10,4 @@ jobs: verify-pr-title: 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 diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 2b0123f..ff59a27 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -17,5 +17,5 @@ jobs: pull-requests: write 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 secrets: inherit diff --git a/.github/workflows/self-assign.yml b/.github/workflows/self-assign.yml index 5dabd05..20b6e50 100644 --- a/.github/workflows/self-assign.yml +++ b/.github/workflows/self-assign.yml @@ -1,9 +1,9 @@ # Issue Self-Assign # # 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. # -# 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 # name: Issue self-assign @@ -17,6 +17,6 @@ permissions: 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 secrets: ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}