diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index dc5b4f3..a5a5e0b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.' - days-before-stale: 30 - days-before-close: 30 + days-before-stale: 15 + days-before-close: 15 stale-issue-label: 'no-issue-activity' exempt-issue-labels: 'work-in-progress,blocked,help wanted,under investigation'