Skip to content

Commit

Permalink
Update stale action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Mar 3, 2023
1 parent d0901ea commit b2ed310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
exempt-issue-labels: 'Feature Requests,documentation'
days-before-issue-stale: 45
days-before-pr-stale: -1
days-before-issue-close: 7
Expand Down

0 comments on commit b2ed310

Please sign in to comment.