diff --git a/.github/workflows/closing_inactive_issues.yml b/.github/workflows/closing_inactive_issues.yml index ed9657b..9abf5af 100644 --- a/.github/workflows/closing_inactive_issues.yml +++ b/.github/workflows/closing_inactive_issues.yml @@ -40,7 +40,7 @@ jobs: # Issue timing. Setting ancient issues to 6 months and stale to 1 month with no activity. # Issue will automatically close after 5 days of being marked as stale. - #days-before-stale: 30 + days-before-stale: 30 days-before-close: 5 days-before-ancient: 180