We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a2d91 commit 3f105b3Copy full SHA for 3f105b3
1 file changed
.github/workflows/stale.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/stale@v1
+ - uses: actions/stale@v3
14
with:
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
stale-issue-message: 'This issue has had no activity in 90 days. Please comment if it is not actually stale'
0 commit comments