File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
docs/release/role-handbooks/ci-signal Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2020 use-quiet-mode : ' yes'
2121 config-file : .markdownlinkcheck.json
2222 check-modified-files-only : ' yes'
23- base-branch : main
23+ base-branch : ${{ github.base_ref }}
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ While we add test coverage for the new release branch we will also drop the test
4545 TEST_INFRA_DIR=../../k8s.io/test-infra make generate-test-infra-prowjobs
4646 ```
47476 . Verify the jobs and dashboards a day later by taking a look at: ` https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-1.8 `
48- 7 . Update the [ PR markdown link checker] ( https://github.com/kubernetes-sigs/cluster-api/blob/main/.github/workflows/pr-md-link-check.yaml ) accordingly (e.g. ` main ` -> ` release-1.8 ` ).
4948
5049Prior art:
5150
You can’t perform that action at this time.
0 commit comments