We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38676be + 99d8de7 commit 3cdbb90Copy full SHA for 3cdbb90
.github/workflows/changeset-check.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: Comment on PR if no changeset
120
if: steps.changeset-check.outputs.needs_changeset == 'true'
121
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
122
with:
123
script: |
124
const { owner, repo, number } = context.issue;
@@ -208,7 +208,7 @@ jobs:
208
209
- name: Remove changeset comment if changeset exists
210
if: steps.changeset-check.outputs.needs_changeset == 'false'
211
212
213
214
0 commit comments