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/operator_ci.yaml
+6-6Lines changed: 6 additions & 6 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://${{ 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)
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://${{ env.OPP_THIS_REPO_ORG }}.github.io/${{ env.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
@@ -316,7 +316,7 @@ jobs:
316
316
317
317
<details>
318
318
Reason: Non CSV files were changed in existing operator !!!
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
+
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).
320
320
</details>
321
321
repo-token: ${{ secrets.GITHUB_TOKEN }}
322
322
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
@@ -347,7 +347,7 @@ jobs:
347
347
348
348
<details>
349
349
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
+
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).
351
351
</details>
352
352
repo-token: ${{ secrets.GITHUB_TOKEN }}
353
353
repo-token-user-login: 'github-actions[bot]'# The user.login for temporary GitHub tokens
0 commit comments