From 488082b8bdbf4adb5707326eda882c7bfff2e541 Mon Sep 17 00:00:00 2001 From: Craig Loewen Date: Wed, 31 Jan 2024 10:55:05 -0500 Subject: [PATCH] Update resourceManagement.yml --- .github/policies/resourceManagement.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index e7539658..cf675be9 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -23,7 +23,27 @@ configuration: - closeIssue - addReply: reply: >- - This issue has been automatically closed since it has not had any author activity for the past **7 days**. If you're still experiencing this issue please re-open it. + This issue has been automatically closed since it has not had any author activity for the past **7 days**. If you're still experiencing this issue please re-file it as a new issue. + + + Thank you! + - description: Close year old issues + frequencies: + - weekday: + day: Thursday + time: 12:00 + filters: + - isIssue + - isOpen + - isNotLabeledWith: + label: feature + - noActivitySince: + days: 365 + actions: + - closeIssue + - addReply: + reply: >- + This issue has been automatically closed since it has not had any activity for the past **year**. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you!