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
@@ -55,7 +55,7 @@ jobs:
55
55
issue_number: context.issue.number,
56
56
owner: context.repo.owner,
57
57
repo: context.repo.repo,
58
-
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).'
58
+
body: 'Current PR can be merged automatically, but there is missing `authorized-changes` label. One can find out more info [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-ci-yaml/#reviewers).'
Copy file name to clipboardExpand all lines: .github/workflows/operator_ci.yaml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,9 @@ jobs:
137
137
with:
138
138
message: |
139
139
${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, please approve as you are original reviewer(s).
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)
140
+
141
+
- To add more contributors to `ci.yaml` follow instruction [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-ci-yaml).
142
+
- To approve follow instruction [here](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/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://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/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,8 @@ 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://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-ci-yaml."
206
+
206
207
207
208
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
209
@@ -315,7 +316,7 @@ jobs:
315
316
316
317
<details>
317
318
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).
319
+
More info about allowed changes can be found in [documetnation](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/operator-version-update/#minor-cosmetics-changes).
319
320
</details>
320
321
repo-token: ${{ secrets.GITHUB_TOKEN }}
321
322
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
@@ -346,7 +347,7 @@ jobs:
346
347
347
348
<details>
348
349
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).
350
+
More info about allowed changes can be found in [documetnation](https://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/troubleshooting/#minor-changes).
350
351
</details>
351
352
repo-token: ${{ secrets.GITHUB_TOKEN }}
352
353
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://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.OPP_THIS_REPO_NAME }}/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