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.
2 parents 370f325 + 5353eb5 commit d8a2a46Copy full SHA for d8a2a46
.github/workflows/main.yml
@@ -93,6 +93,8 @@ jobs:
93
NPM_TOKEN: ${{ secrets.NPM_API_KEY }}
94
95
- name: Docs on Release Pull Request
96
+ # run only if there is a release pull request open
97
+ if: steps.changesets.outputs.pullRequestNumber
98
uses: thollander/actions-comment-pull-request@v3
99
with:
100
comment-tag: "pr-release-docs"
@@ -134,6 +136,8 @@ jobs:
134
136
135
137
138
139
140
141
142
143
0 commit comments