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 c406510 commit 683caf6Copy full SHA for 683caf6
.github/workflows/close-stale-issue-and-pr.yaml
@@ -12,7 +12,7 @@ jobs:
12
name: Close stale issues and PRs
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/stale@v4.1.0
+ - uses: actions/stale@v5
16
with:
17
repo-token: ${{ secrets.GITHUB_TOKEN }}
18
days-before-stale: 60
0 commit comments