Skip to content

Commit

Permalink
ci: extend closing stale issues to 4 months
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Aug 24, 2022
1 parent 59035d9 commit 6600711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-stale-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
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 14 days.'
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
close-pr-message: 'This pr was closed because it has been stalled for 14 days with no activity.'
days-before-stale: 60
days-before-close: 14
days-before-stale: 120
days-before-close: 30
exempt-issue-milestones: 'future-release'
exempt-pr-milestones: 'future-release'

0 comments on commit 6600711

Please sign in to comment.