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 8835256 commit ee2250bCopy full SHA for ee2250b
.github/workflows/stale.yaml
@@ -33,7 +33,7 @@ jobs:
33
issues: write # allow labeling, commenting, closing issues
34
pull-requests: write # allow labeling, commenting, closing PRs
35
steps:
36
- - uses: actions/stale@v9
+ - uses: actions/stale@v10
37
with:
38
repo-token: ${{ secrets.GITHUB_TOKEN }}
39
days-before-stale: 90
0 commit comments