We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a4378b + ecc7e59 commit 5adaff4Copy full SHA for 5adaff4
1 file changed
.github/workflows/claude.yml
@@ -33,7 +33,7 @@ jobs:
33
github.event_name == 'pull_request_review_comment' ||
34
github.event_name == 'pull_request_review'
35
id: pr
36
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
37
with:
38
script: |
39
let prNumber;
0 commit comments