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 4610cc5 + efc2633 commit 45c394bCopy full SHA for 45c394b
.github/workflows/pull-request.yml
@@ -63,7 +63,7 @@ jobs:
63
# https://github.com/actions/github-script#comment-on-an-issue
64
- name: Add comment to opened PR
65
if: github.event.action == 'opened'
66
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
67
with:
68
script: |
69
github.rest.issues.createComment({
0 commit comments