We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee3fbd commit 01b1946Copy full SHA for 01b1946
.github/workflows/linters.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Environment Information
54
run: npx envinfo
55
- name: Get release version numbers
56
- if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }}
+ if: ${{ github.event.pull_request && github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }}
57
id: get-released-versions
58
run: ./tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs
59
- name: Lint docs
0 commit comments