diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index fb915c5..084b4d1 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -12,5 +12,5 @@ jobs: continue-on-error: true uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 # v1.0.0 with: - project-url: https://github.com/orgs/kagenti/projects/8 + project-url: https://github.com/orgs/rossoctl/projects/8 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} \ No newline at end of file diff --git a/.github/workflows/link_checker.yaml b/.github/workflows/link_checker.yaml index ea5d3a7..5f9ef89 100644 --- a/.github/workflows/link_checker.yaml +++ b/.github/workflows/link_checker.yaml @@ -22,5 +22,5 @@ jobs: uses: filiph/linkcheck@3.0.0 with: arguments: | - https://kagenti.github.io/.github/ \ + https://rossoctl.github.io/.github/ \ --skip-file skip_file.txt -e --no-check-anchors diff --git a/.github/workflows/pr-verifier-required.yml b/.github/workflows/pr-verifier-required.yml index 5d83d6b..4c7e78f 100644 --- a/.github/workflows/pr-verifier-required.yml +++ b/.github/workflows/pr-verifier-required.yml @@ -7,7 +7,7 @@ on: jobs: pr-title-check: # Keep the host repo clean (skipped checks are marked success) - if: ${{ github.repository != 'kagenti/.github' }} + if: ${{ github.repository != 'rossoctl/.github' }} runs-on: ubuntu-latest env: @@ -35,4 +35,4 @@ jobs: echo "::error::PR title must start with one of:" echo "::error:: Build, Chore, Ci, CI, Docs, Feat, Fix, Perf, Refactor, Revert, Style, Test" echo "::error:: Feature, Bug fix, Proposal, Breaking change, Other/Misc" - echo "::notice::See the org PR template for guidance: https://github.com/kagenti/.github/blob/main/.github/pull_request_template.md" + echo "::notice::See the org PR template for guidance: https://github.com/rossoctl/.github/blob/main/.github/pull_request_template.md" diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index f6f4f4e..51c4cd6 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -19,6 +19,6 @@ jobs: contents: read # Pinned to @main intentionally: org-internal workflows propagate updates automatically. - uses: kagenti/.github/.github/workflows/add-to-project.yml@main + uses: rossoctl/.github/.github/workflows/add-to-project.yml@main secrets: inherit diff --git a/.github/workflows/self-assign-reusable.yml b/.github/workflows/self-assign-reusable.yml index b7ffa5b..b2a7e09 100644 --- a/.github/workflows/self-assign-reusable.yml +++ b/.github/workflows/self-assign-reusable.yml @@ -17,7 +17,7 @@ # issues: write # jobs: # self-assign: -# uses: kagenti/.github/.github/workflows/self-assign-reusable.yml@main +# uses: rossoctl/.github/.github/workflows/self-assign-reusable.yml@main # secrets: # ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }} # @@ -54,7 +54,7 @@ on: jobs: self_assign: name: Assign commenter to issue - if: ${{ github.repository != 'kagenti/.github' }} + if: ${{ github.repository != 'rossoctl/.github' }} runs-on: ubuntu-latest permissions: contents: read @@ -74,7 +74,7 @@ jobs: self_unassign: name: Unassign commenter from issue - if: ${{ github.repository != 'kagenti/.github' }} + if: ${{ github.repository != 'rossoctl/.github' }} runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/self-assign.yml b/.github/workflows/self-assign.yml index a4130cf..1b55966 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@main + uses: rossoctl/.github/.github/workflows/self-assign-reusable.yml@main secrets: ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }} diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 2775fb1..1181d41 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,11 +17,11 @@ # pull-requests: write # jobs: # stale: -# uses: kagenti/.github/.github/workflows/stale.yaml@main +# uses: rossoctl/.github/.github/workflows/stale.yaml@main # # All inputs have sensible defaults. Override only what you need: # -# uses: kagenti/.github/.github/workflows/stale.yaml@main +# uses: rossoctl/.github/.github/workflows/stale.yaml@main # with: # days-before-stale: 90 # exempt-issue-labels: 'high priority,bug,keep' @@ -62,7 +62,7 @@ on: jobs: stale: name: Mark and Close Stale Items - if: ${{ github.repository != 'kagenti/.github' }} + if: ${{ github.repository != 'rossoctl/.github' }} runs-on: ubuntu-latest steps: - name: Process stale issues and PRs