From 5e9ea88a9e3691015ca33ac59deac0f4d5b555da Mon Sep 17 00:00:00 2001 From: Steven Bucher Date: Mon, 30 Oct 2023 11:20:49 -0700 Subject: [PATCH] adding resolution no activity to bot close list (#3852) * adding resolution no activity to close list * add response --- .github/policies/resourceManagement.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 2e731b5a..d2bb1036 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -136,6 +136,18 @@ configuration: label: Resolution-Wont Fix actions: - closeIssue + - description: + frequencies: + - hourly: + hour: 6 + filters: + - isOpen + - hasLabel: + label: Resolution-No Activity + actions: + - closeIssue + - addReply: + reply: This issue is closed because it has had no activity and on older unsupported versions of PowerShell or PSReadLine. Please try again on latest versions of both and if its still an issue please submit a new issue. - description: frequencies: - hourly: