Skip to content

Commit bf391df

Browse files
committed
fixup! tools: lint version numbers in doc only in the default branch
1 parent e2f9304 commit bf391df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Environment Information
5252
run: npx envinfo
5353
- name: Get release version numbers
54-
if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.default_branch }}
54+
if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }}
5555
id: get-released-versions
5656
run: ./tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs
5757
- name: Lint docs

0 commit comments

Comments
 (0)