From e870dab8f704d822caf29028f449799ef8f495b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:15:12 +0000 Subject: [PATCH 1/6] Close inactive needs-more-info issues Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com> --- .github/policies/resourceManagement.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 37c660ba0..55804efd2 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -8,6 +8,22 @@ where: configuration: resourceManagementConfiguration: + scheduledSearches: + + - description: Close inactive issues that need more information + frequencies: + - daily: + time: 12:00 + filters: + - isIssue + - isOpen + - hasLabel: + label: Needs More Info + - noActivitySince: + days: 14 + actions: + - closeIssue + eventResponderTasks: - description: Auto-approve/merge automated merge PRs From 5e999c56623dc5dcc3b1b35c6887afdcd20eca6d Mon Sep 17 00:00:00 2001 From: David Barbet Date: Wed, 22 Jul 2026 17:19:07 -0700 Subject: [PATCH 2/6] cleanup --- .github/policies/resourceManagement.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 55804efd2..f80422307 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -7,10 +7,8 @@ disabled: false where: configuration: resourceManagementConfiguration: - scheduledSearches: - - - description: Close inactive issues that need more information + - description: 'Close inactive issues that need more information' frequencies: - daily: time: 12:00 From f6689489801301b8a2a7c9705d413c7762a32716 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:49:31 +0000 Subject: [PATCH 3/6] Use supported GitOps schedule syntax Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com> --- .github/policies/resourceManagement.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index f80422307..1c1ccf809 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -10,8 +10,27 @@ configuration: scheduledSearches: - description: 'Close inactive issues that need more information' frequencies: - - daily: - time: 12:00 + - weekday: + day: Monday + time: 0:0 + - weekday: + day: Tuesday + time: 0:0 + - weekday: + day: Wednesday + time: 0:0 + - weekday: + day: Thursday + time: 0:0 + - weekday: + day: Friday + time: 0:0 + - weekday: + day: Saturday + time: 0:0 + - weekday: + day: Sunday + time: 0:0 filters: - isIssue - isOpen From 62a570c5d67ccb071ca934d8215f7423fe1d721e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:47:01 +0000 Subject: [PATCH 4/6] Run inactive issue search on weekdays Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com> --- .github/policies/resourceManagement.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 1c1ccf809..380e4ba33 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -25,12 +25,6 @@ configuration: - weekday: day: Friday time: 0:0 - - weekday: - day: Saturday - time: 0:0 - - weekday: - day: Sunday - time: 0:0 filters: - isIssue - isOpen From caf7f6d91b7bf36289d1841b10089475159c72b2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:27:38 +0000 Subject: [PATCH 5/6] Add reply before scheduled inactive issue closure Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com> --- .github/policies/resourceManagement.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 380e4ba33..3e3fc8351 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -33,6 +33,8 @@ configuration: - noActivitySince: days: 14 actions: + - addReply: + reply: Closing due to inactivity while waiting for more information. If you can provide the requested details, feel free to comment and we can continue investigating. - closeIssue eventResponderTasks: From 4002363cc30824a998a3f86d5c907f96e8268a61 Mon Sep 17 00:00:00 2001 From: David Barbet Date: Thu, 23 Jul 2026 18:31:16 -0700 Subject: [PATCH 6/6] Update resourceManagement.yml --- .github/policies/resourceManagement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 3e3fc8351..1a3e398ca 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -34,7 +34,7 @@ configuration: days: 14 actions: - addReply: - reply: Closing due to inactivity while waiting for more information. If you can provide the requested details, feel free to comment and we can continue investigating. + reply: Closing due to 14 days of inactivity while waiting for more information. If you can provide the requested details, please comment and re-open. - closeIssue eventResponderTasks: