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 22f9c31 commit ca7b596Copy full SHA for ca7b596
.github/workflows/response.yaml
@@ -14,7 +14,7 @@ jobs:
14
pull-requests: write
15
steps:
16
- uses: actions/checkout@v5
17
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v7
18
with:
19
script: |
20
const script = require('./.github/scripts/close-unresponsive.cjs')
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
const script = require('./.github/scripts/remove-response-label.cjs')
0 commit comments