From 36faf699bedc73d9fe82a4871d00945e2fe944d0 Mon Sep 17 00:00:00 2001 From: Alejandro Chavarria Date: Wed, 8 Jun 2022 10:46:12 -0600 Subject: [PATCH] Changed stale workflow model to stale instead of ancient --- .github/workflows/closing_inactive_issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/closing_inactive_issues.yml b/.github/workflows/closing_inactive_issues.yml index 9abf5af..4340e28 100644 --- a/.github/workflows/closing_inactive_issues.yml +++ b/.github/workflows/closing_inactive_issues.yml @@ -19,12 +19,12 @@ jobs: # Setting messages to an empty string will cause the automation to skip # that category # Implementing ancient issue closure only at the moment. - ancient-issue-message: 'This is a very old issue that is probably not getting as much + stale-issue-message: 'This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.' - #stale-issue-message: 'It looks like this issue has not been active for more than five days. + #ancient-issue-message: 'It looks like this issue has not been active for more than thirty days. #In the absence of more information, we will be closing this issue soon. #If you find that this is still a problem, please add a comment to prevent automatic closure, or #if the issue is already closed please feel free to reopen it.' @@ -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: 180 days-before-close: 5 days-before-ancient: 180