-
Notifications
You must be signed in to change notification settings - Fork 3
ci: Repoint reusable-workflow refs to rossoctl/.github #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated path to reference organization. |
||
| secrets: inherit | ||
| 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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated comment to reflect new organization. |
||
| # | ||
| # 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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated reference link to organization. |
||
| # | ||
| 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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated path to reference organization. |
||
| secrets: | ||
| ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }} | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated path to reference organization.