Skip to content

Commit

Permalink
Update stale.yml to v8 (#10429)
Browse files Browse the repository at this point in the history
Update to v8.
Significant change: issues get closed as `not planned` as opposed to `completed`.
  • Loading branch information
lvpeschke authored Jul 18, 2023
1 parent 2c59388 commit eafea12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v3
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale and will be closed in 30 days without activity'
Expand Down

0 comments on commit eafea12

Please sign in to comment.