Skip to content

Commit

Permalink
ci(stale): 'days-before-stale' change to 30 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 committed Mar 24, 2023
1 parent 8587a47 commit 55f4462
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
- name: Stale
uses: actions/stale@v8
with:
stale-issue-message: 'This issue is stale because it has been open 60 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 7 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 7 days with no activity.'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 5 days with no activity.'
exempt-issue-labels: 'bug,help wanted,question,documentation,keep'
exempt-pr-labels: 'bug,help wanted,question,documentation,keep'
days-before-stale: 30
days-before-close: 5

0 comments on commit 55f4462

Please sign in to comment.