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 f056813 commit e93d398Copy full SHA for e93d398
.github/workflows/jetbrains-compliance.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Comment PR with compliance status
52
if: github.event_name == 'pull_request' && failure()
53
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
54
with:
55
script: |
56
github.rest.issues.createComment({
0 commit comments