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 665f75a commit 990391aCopy full SHA for 990391a
.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@v5
+ - uses: actions/stale@v6
20
with:
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
stale-issue-message: 'Marking Issue as stale, will be closed in 7 days if no more activity is seen'
0 commit comments