Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
don't close
  • Loading branch information
tcampbPPU committed Jul 29, 2023
1 parent de1f7b2 commit 56e7a83
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 @@ -13,5 +13,5 @@ jobs:
stale-pr-message: 'This PR is stale because it has been open 45 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 5 days with no activity.'
days-before-stale: 30
days-before-close: 5
days-before-close: -1 # never close issues automatically
days-before-pr-close: -1 # never close PRs automatically

0 comments on commit 56e7a83

Please sign in to comment.