From 2e8a5022040bec71ca0d67507b0c92087d82d42d Mon Sep 17 00:00:00 2001 From: Alejandro Chavarria Date: Thu, 2 Jun 2022 11:14:26 -0600 Subject: [PATCH] Adjusting GitHub Actions to handle stale issues --- .github/workflows/closing_inactive_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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