Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Resolve comment
if: ${{ env.MISSING_CHANGELOG_ENTRY == '0' && steps.fc.outputs.comment-id != '' }}
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
query = `mutation minimizeComment {
Expand All @@ -104,7 +104,7 @@ jobs:

- name: Unresolve comment
if: ${{ env.MISSING_CHANGELOG_ENTRY == '1' && steps.fc.outputs.comment-id != '' }}
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
query = `mutation unminimizeComment {
Expand Down
Loading