You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/command_merge.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ jobs:
56
56
issue_number: context.issue.number,
57
57
owner: context.repo.owner,
58
58
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).'
Copy file name to clipboardExpand all lines: .github/workflows/operator_ci.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,8 @@ jobs:
138
138
message: |
139
139
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, please approve as you are original reviewer(s).
140
140
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)
143
143
repo-token: ${{ secrets.GITHUB_TOKEN }}
144
144
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
145
145
allow-repeats: false
@@ -153,7 +153,7 @@ jobs:
153
153
154
154
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, Please note that ci.yml was changed.
155
155
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)
157
157
repo-token: ${{ secrets.GITHUB_TOKEN }}
158
158
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
159
159
allow-repeats: false
@@ -202,7 +202,7 @@ jobs:
202
202
message: |
203
203
/hold
204
204
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."
206
206
207
207
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.
208
208
@@ -315,7 +315,7 @@ jobs:
315
315
316
316
<details>
317
317
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).
319
319
</details>
320
320
repo-token: ${{ secrets.GITHUB_TOKEN }}
321
321
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
@@ -346,7 +346,7 @@ jobs:
346
346
347
347
<details>
348
348
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).
350
350
</details>
351
351
repo-token: ${{ secrets.GITHUB_TOKEN }}
352
352
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
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).
163
163
repo-token: ${{ secrets.GITHUB_TOKEN }}
164
164
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
0 commit comments