diff --git a/.github/workflows/command_merge.yaml b/.github/workflows/command_merge.yaml index c6b74c5c121..306667bf251 100644 --- a/.github/workflows/command_merge.yaml +++ b/.github/workflows/command_merge.yaml @@ -56,7 +56,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - 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).' + 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).' }) - name: Message when automerge is disabled diff --git a/.github/workflows/operator_ci.yaml b/.github/workflows/operator_ci.yaml index 5412a6cc7eb..23578f89429 100644 --- a/.github/workflows/operator_ci.yaml +++ b/.github/workflows/operator_ci.yaml @@ -138,8 +138,8 @@ jobs: message: | ${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, please approve as you are original reviewer(s). - - To add more contributors to `ci.yaml` follow instruction [here](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/operator-ci-yaml). - - 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) + - To add more contributors to `ci.yaml` follow instruction [here](https://k8s-operatorhub.github.io/community-operators/operator-ci-yaml). + - To approve follow instruction [here](https://k8s-operatorhub.github.io/community-operators/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator) repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens allow-repeats: false @@ -153,7 +153,7 @@ jobs: ${{ steps.op-traffic-light.outputs.opp_pr_revievers }}, Please note that ci.yml was changed. - - 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) + - To approve follow instruction [here](https://k8s-operatorhub.github.io/community-operators/self-merge-updates/#how-can-i-approve-a-pr-against-my-operator) repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens allow-repeats: false @@ -202,7 +202,7 @@ jobs: message: | /hold - 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." + 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." 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. @@ -315,7 +315,7 @@ jobs:
Reason: Non CSV files were changed in existing operator !!! - 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). + More info about allowed changes can be found in [documetnation](https://k8s-operatorhub.github.io/community-operators/operator-version-update/#minor-cosmetics-changes).
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens @@ -346,7 +346,7 @@ jobs:
- More info about allowed changes can be found in [documetnation](https://${OPP_THIS_REPO_ORG}.github.io/${OPP_THIS_REPO_NAME}/troubleshooting/#minor-changes). + More info about allowed changes can be found in [documetnation](https://k8s-operatorhub.github.io/community-operators/troubleshooting/#minor-changes).
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens diff --git a/.github/workflows/operator_test.yaml b/.github/workflows/operator_test.yaml index 8d0feb41142..9429e64b749 100644 --- a/.github/workflows/operator_test.yaml +++ b/.github/workflows/operator_test.yaml @@ -159,7 +159,7 @@ jobs: Affected versions : `${{ steps.op-info-result.outputs.opp_check_err_k8s_bundles_value }}` - 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). + 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). repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens allow-repeats: true