File tree 2 files changed +1
-2
lines changed
docs/release/role-handbooks/ci-signal 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 20
20
use-quiet-mode : ' yes'
21
21
config-file : .markdownlinkcheck.json
22
22
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
45
45
TEST_INFRA_DIR=../../k8s.io/test-infra make generate-test-infra-prowjobs
46
46
```
47
47
6 . 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 ` ).
49
48
50
49
Prior art:
51
50
You can’t perform that action at this time.
0 commit comments