Skip to content

Commit acdebf5

Browse files
fix(ISV-6142) Fix broken links created by automation.
Signed-off-by: Marek Szymutko <[email protected]>
1 parent eb5531d commit acdebf5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/command_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
issue_number: context.issue.number,
5757
owner: context.repo.owner,
5858
repo: context.repo.repo,
59-
body: 'Current PR can be merged automatically, but there is missing `authorized-changes` label. One can find out more info [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml/#reviewers).'
59+
body: 'Current PR can be merged automatically, but there is missing `authorized-changes` label. One can find out more info [here](https://k8s-operatorhub.github.io/community-operators/operator-ci-yaml/#reviewers).'
6060
})
6161
6262
- name: Message when automerge is disabled

.github/workflows/operator_ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
message: |
139139
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, please approve as you are original reviewer(s).
140140
141-
- To add more contributors to `ci.yaml` follow instruction [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml).
142-
- To approve follow instruction [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
141+
- To add more contributors to `ci.yaml` follow instruction [here](https://k8s-operatorhub.github.io/community-operators/operator-ci-yaml).
142+
- To approve follow instruction [here](https://k8s-operatorhub.github.io/community-operators/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
143143
repo-token: ${{ secrets.GITHUB_TOKEN }}
144144
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
145145
allow-repeats: false
@@ -153,7 +153,7 @@ jobs:
153153
154154
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, Please note that ci.yml was changed.
155155
156-
- To approve follow instruction [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
156+
- To approve follow instruction [here](https://k8s-operatorhub.github.io/community-operators/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator)
157157
repo-token: ${{ secrets.GITHUB_TOKEN }}
158158
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
159159
allow-repeats: false
@@ -202,7 +202,7 @@ jobs:
202202
message: |
203203
/hold
204204
205-
File `${{ steps.op-traffic-light.outputs.opp_production_type }}/${{ steps.op-traffic-light.outputs.opp_name }}/ci.yaml` is missing or not valid. More details in failed test `Operator CI / operator-ci` logs. Documentation how to setup valid `ci.yaml` file can be found at https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml."
205+
File `${{ steps.op-traffic-light.outputs.opp_production_type }}/${{ steps.op-traffic-light.outputs.opp_name }}/ci.yaml` is missing or not valid. More details in failed test `Operator CI / operator-ci` logs. Documentation how to setup valid `ci.yaml` file can be found at https://k8s-operatorhub.github.io/community-operators/operator-ci-yaml."
206206
207207
Note: Only single file modification on `ci.yaml` is allowed. Please make separate PR to apply `ci.yaml` file updates and get it merged before current PR.
208208
@@ -315,7 +315,7 @@ jobs:
315315
316316
<details>
317317
Reason: Non CSV files were changed in existing operator !!!
318-
More info about allowed changes can be found in [documetnation](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-version-update/#minor-cosmetics-changes).
318+
More info about allowed changes can be found in [documetnation](https://k8s-operatorhub.github.io/community-operators/operator-version-update/#minor-cosmetics-changes).
319319
</details>
320320
repo-token: ${{ secrets.GITHUB_TOKEN }}
321321
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
@@ -346,7 +346,7 @@ jobs:
346346
347347
<details>
348348
349-
More info about allowed changes can be found in [documetnation](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/troubleshooting/#minor-changes).
349+
More info about allowed changes can be found in [documetnation](https://k8s-operatorhub.github.io/community-operators/troubleshooting/#minor-changes).
350350
</details>
351351
repo-token: ${{ secrets.GITHUB_TOKEN }}
352352
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens

.github/workflows/operator_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
Affected versions : `${{ steps.op-info-result.outputs.opp_check_err_k8s_bundles_value }}`
161161
162-
More info in 'Kubernetes max version in CSV' section [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml/#kubernetes-max-version-in-csv).
162+
More info in 'Kubernetes max version in CSV' section [here](https://k8s-operatorhub.github.io/community-operators/operator-ci-yaml/#kubernetes-max-version-in-csv).
163163
repo-token: ${{ secrets.GITHUB_TOKEN }}
164164
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
165165
allow-repeats: true

0 commit comments

Comments
 (0)