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 55da3b9 commit 14a0de4Copy full SHA for 14a0de4
.github/workflows/close-failed-prs.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Close stale PRs
18
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
21
script: |
0 commit comments