Skip to content

Commit f09f3ee

Browse files
CopilotjuliusvonkohoutCopilot
authored
Align renamed repository references and resolve Copilot review documentation issues (#3503)
* chore: update repository name references across non-upstream files * docs: fix spelling issues in renamed-reference files * docs: address remaining copilot review comments on PR 3503 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> * Update README.md Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> * Increase timeout for kserve_test job to 20 minutes Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --------- Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7e8de89 commit f09f3ee

26 files changed

Lines changed: 99 additions & 105 deletions

.github/ISSUE_TEMPLATE/issue-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ body:
88
- type: markdown
99
attributes:
1010
value: |
11-
Follow the [Kubeflow installation guidelines](https://github.com/kubeflow/manifests/blob/master/README.md) before submitting the report.
11+
Follow the [Kubeflow installation guidelines](https://github.com/kubeflow/community-distribution/blob/master/README.md) before submitting the report.
1212
- type: checkboxes
13-
id: Vaildation
13+
id: Validation
1414
attributes:
1515
label: Validation Checklist
1616
options:
1717
- label: I confirm that this is a Kubeflow-related issue.
1818
required: true
1919
- label: I am reporting this in the appropriate repository.
2020
required: true
21-
- label: I have followed the [Kubeflow installation guidelines](https://github.com/kubeflow/manifests/blob/master/README.md).
21+
- label: I have followed the [Kubeflow installation guidelines](https://github.com/kubeflow/community-distribution/blob/master/README.md).
2222
required: true
2323
- label: The issue report is detailed and includes version numbers where applicable.
2424
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
## ✅ Contributor Checklist
1313

14-
- [ ] I have tested these changes with kustomize. See [Installation Prerequisites](https://github.com/kubeflow/manifests#prerequisites).
14+
- [ ] I have tested these changes with kustomize. See [Installation Prerequisites](https://github.com/kubeflow/community-distribution#prerequisites).
1515
- [ ] All commits are [_signed-off_](https://github.com/kubeflow/community/tree/master/dco-signoff-hook#signing-off-commits) to satisfy the DCO check.
1616
- [ ] I have considered adding my company to the adopters page to support Kubeflow and help the community, since I expect help from the community for my issue (see [1.](https://github.com/kubeflow/community/issues/833) and [2.](https://github.com/kubeflow/community/blob/master/ADOPTERS.md#adopters-of-kubeflow-platform)).
1717

.github/workflows/full_kubeflow_integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
full_kubeflow_integration_test:
2020
name: Kubeflow Installation and Testing
21-
if: ${{ github.repository == 'kubeflow/manifests' }}
21+
if: ${{ github.repository == 'kubeflow/community-distribution' }}
2222
runs-on:
2323
labels: oracle-vm-16cpu-64gb-x86-64
2424
# labels: ubuntu-latest-16-cores

.github/workflows/kserve_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
kserve_test:
2929
runs-on: ubuntu-latest
30-
timeout-minutes: 15
30+
timeout-minutes: 20
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

.github/workflows/manifests_example_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
manifests_example_test:
1313
name: Test
14-
if: ${{ github.repository == 'kubeflow/manifests' }}
14+
if: ${{ github.repository == 'kubeflow/community-distribution' }}
1515
runs-on: ubuntu-latest
1616

1717
steps:

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
stale:
14-
if: ${{ github.repository == 'kubeflow/manifests' }}
14+
if: ${{ github.repository == 'kubeflow/community-distribution' }}
1515
runs-on: ubuntu-latest
1616
permissions:
1717
issues: write

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
trivy:
21-
if: ${{ github.repository == 'kubeflow/manifests' }}
21+
if: ${{ github.repository == 'kubeflow/community-distribution' }}
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code

.github/workflows/welcome-new-contributors.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
repo_token: ${{ secrets.GITHUB_TOKEN }}
2222
issue_message: |
23-
**Welcome to the Kubeflow Manifests Repository**
23+
**Welcome to the Kubeflow Community Distribution Repository**
2424
2525
Thanks for opening your first issue. We are trying to deal with your issue on a best-effort basis. without guarantees.
2626
If you need [commercial support](https://www.kubeflow.org/docs/started/support/#support-from-commercial-providers-in-the-kubeflow-ecosystem) instead please reach out to us.
@@ -39,14 +39,14 @@ jobs:
3939
Feel free to ask questions — we are here to help.
4040
4141
pr_message: |
42-
**Welcome to the Kubeflow Manifests Repository**
42+
**Welcome to the Kubeflow Community Distribution Repository**
4343
4444
Thanks for opening your first PR. Your contribution means a lot to the Kubeflow community.
4545
4646
**Before making more PRs:**
47-
Please ensure your PR follows our [Contributing Guide](https://github.com/kubeflow/manifests/blob/master/CONTRIBUTING.md).
48-
Please also be aware that many components are synchronizes from upstream via the scripts in /scripts.
49-
So in some cases you have to fix the problem in the upstream repositories first, but you can use a PR against kubeflow/manifests to test the platform integration.
47+
Please ensure your PR follows our [Contributing Guide](https://github.com/kubeflow/community-distribution/blob/master/CONTRIBUTING.md).
48+
Please also be aware that many components are synchronized from upstream via the scripts in `/scripts`.
49+
So in some cases you have to fix the problem in the upstream repositories first, but you can use a PR against kubeflow/community-distribution to test the platform integration.
5050
5151
**Community Resources:**
5252
- CNCF Slack channels: https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels

0 commit comments

Comments
 (0)