Skip to content

Commit

Permalink
Update stale workflow to 90 days (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Mar 9, 2023
1 parent cd61459 commit eb00fe1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-stale: 90
days-before-close: 30
close-issue-label: rotten
close-pr-label: rotten
Expand All @@ -23,3 +23,5 @@ jobs:
close-pr-message: This PR is closed due to inactivity. Feel free to reopen it, if it's still relevant.
stale-issue-message: This issue is marked as stale due to inactivity. Add a new comment to reactivate it.
stale-pr-message: This PR is marked as stale due to inactivity. Add a new comment to reactivate it.
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true

0 comments on commit eb00fe1

Please sign in to comment.