Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/link_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/pr-verifier-required.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

6 changes: 3 additions & 3 deletions .github/workflows/self-assign-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
#
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/self-assign.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 }}
6 changes: 3 additions & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down