Skip to content

Commit dedae41

Browse files
authored
Turn off auto-close
1 parent d8c6a87 commit dedae41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale-issues.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
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.'
2222
close-issue-message: 'Thank you for your submission. If you encounter this issue with the latest version of CF CLI, please open a new ticket with the necessary information as per our issue template.'
2323
close-pr-message: 'Thank you for your submission. If your change is still relevant, please update and reopen it.'
24-
days-before-issue-stale: 365
25-
days-before-pr-stale: 365
26-
days-before-issue-close: 0
27-
days-before-pr-close: 0
24+
days-before-issue-stale: 30
25+
days-before-pr-stale: 30
26+
days-before-issue-close: -1
27+
days-before-pr-close: -1
2828
stale-issue-label: 'no-issue-activity'
2929
exempt-issue-labels: 'awaiting-approval,work-in-progress'
3030
stale-pr-label: 'no-pr-activity'

0 commit comments

Comments
 (0)