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 b0223a8 commit b3b4b60Copy full SHA for b3b4b60
.github/workflows/_changelog-entry-check.yml
@@ -58,6 +58,6 @@ jobs:
58
run: gh issue comment ${{ inputs.pull-request }} --repo ${{ github.repository }} --body "${{ env.COMMENT }}"
59
env:
60
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
62
with:
63
script: core.setFailed('Changelog entry required to merge.')
0 commit comments