Fix delay before closing stale issues

This commit is contained in:
Laurent Destailleur 2020-02-23 22:30:15 +01:00
parent 189c0d675b
commit 686a93769c

View File

@ -16,7 +16,7 @@ jobs:
stale-issue-label: 'Issue Stale (automatic label)' stale-issue-label: 'Issue Stale (automatic label)'
exempt-issue-label: 'Priority High / Blocking' exempt-issue-label: 'Priority High / Blocking'
days-before-stale: 365 days-before-stale: 365
days-before-close: 10 days-before-close: 15
#stale-pr-message: 'This PR is stale because it has been open 1 year with no activity. If this PR is still mergeable (no conflict, nor Continuous Integration errors), please comment to confirm this merge is still expected. Without comment, this issue will be closed automatically by stale bot in 15 days.' #stale-pr-message: 'This PR is stale because it has been open 1 year with no activity. If this PR is still mergeable (no conflict, nor Continuous Integration errors), please comment to confirm this merge is still expected. Without comment, this issue will be closed automatically by stale bot in 15 days.'
#stale-pr-label: 'PR Stale (automatic label)' #stale-pr-label: 'PR Stale (automatic label)'
#exempt-pr-label: 'Priority Top Strategic' #exempt-pr-label: 'Priority Top Strategic'