Skip to content

Commit 56759ad

Browse files
authored
Merge pull request kubernetes-sigs#12034 from Okabe-Junya/fix-12010
🌱 Use github.base_ref in markdown-link-check
2 parents c53db05 + 918eeb7 commit 56759ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pr-md-link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
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 }}

docs/release/role-handbooks/ci-signal/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
4747
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`).
4948

5049
Prior art:
5150

0 commit comments

Comments
 (0)