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 }}