Skip to content

Commit

Permalink
Increase time to close of stale bot
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 23, 2020
1 parent 0ed0f5a commit a878772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale_issues.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
close-issue-message: >
While we hate to see this happen, this Issue has been automatically closed because
it has not had any activity in the last 21 days despite being marked as feedback.
it has not had any activity in the last 42 days despite being marked as feedback.
If this issue should be reconsidered, please follow the guidelines in the previous
comment and reopen this issue.
Expand All @@ -39,4 +39,4 @@ jobs:
stale-issue-label: 'stale'
only-labels: 'feedback'
days-before-stale: 14
days-before-close: 7
days-before-close: 28

0 comments on commit a878772

Please sign in to comment.