From 97a8967bc3340aa35fdf2ddd48ee90883fe2ce90 Mon Sep 17 00:00:00 2001 From: Gloire Rubambiza Date: Tue, 11 Aug 2026 07:56:52 -0400 Subject: [PATCH] ci: Migrate reusable-workflow refs to rossoctl/.github 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) Signed-off-by: Gloire Rubambiza --- .github/workflows/pr-verifier.yml | 2 +- .github/workflows/project.yml | 2 +- .github/workflows/self-assign.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-verifier.yml b/.github/workflows/pr-verifier.yml index 22c9e82..d5fef47 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@89bd5f961c3a91253d4bb54de69faff47397abcd # 2026-07-21 diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index e517b64..4ba35d8 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -21,5 +21,5 @@ jobs: # with NO `secrets:` block — it bare-references `${{ secrets.ADD_TO_PROJECT_PAT }}` # in a step. GitHub errors if a caller passes a secret the callee did not # declare, so this must use `secrets: inherit` (not explicit passing). - uses: kagenti/.github/.github/workflows/add-to-project.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05 + uses: rossoctl/.github/.github/workflows/add-to-project.yml@2610c7817f0acb847f83038fe7c4718112cf94d8 # 2026-07-20 secrets: inherit diff --git a/.github/workflows/self-assign.yml b/.github/workflows/self-assign.yml index 5dabd05..28e9ac2 100644 --- a/.github/workflows/self-assign.yml +++ b/.github/workflows/self-assign.yml @@ -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@89bd5f961c3a91253d4bb54de69faff47397abcd # 2026-07-21 secrets: ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}