We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99ec4ce + e0f4e21 commit 401f658Copy full SHA for 401f658
1 file changed
.github/workflows/code-review.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Comment on PR
55
if: always()
56
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
57
with:
58
script: |
59
const reviewStatus = '${{ steps.review.outcome }}' === 'success' ? '✅ Passed' : '⚠️ Issues found';
0 commit comments