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 ad5066c commit 303277cCopy full SHA for 303277c
.github/workflows/stale.yml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write # for actions/stale to close stale PRs
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/stale@v8
+ - uses: actions/stale@v9
20
with:
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
stale-issue-message: 'Marking the Issue as stale, it will be closed in 7 days if no more activity is seen'
0 commit comments