Skip to content

Commit

Permalink
Turn off auto-close
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored Sep 27, 2024
1 parent d8c6a87 commit dedae41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ 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.'
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.'
close-pr-message: 'Thank you for your submission. If your change is still relevant, please update and reopen it.'
days-before-issue-stale: 365
days-before-pr-stale: 365
days-before-issue-close: 0
days-before-pr-close: 0
days-before-issue-stale: 30
days-before-pr-stale: 30
days-before-issue-close: -1
days-before-pr-close: -1
stale-issue-label: 'no-issue-activity'
exempt-issue-labels: 'awaiting-approval,work-in-progress'
stale-pr-label: 'no-pr-activity'
Expand Down

0 comments on commit dedae41

Please sign in to comment.