From 30135e47616c43270573cd8da4057d61cc1aa819 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 17 Jun 2025 11:14:15 -0700 Subject: [PATCH 1/4] Notify aspnet-build if a dependency PR has been stale for 1 business day --- .github/policies/resourceManagement.yml | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index aea95eddd3e9..981638630abb 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -168,6 +168,45 @@ configuration: To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an `/azp run` comment here (requires commit rights), or by simply closing and reopening. - addLabel: label: pending-ci-rerun + - description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (non-weekend)' + frequencies: + - weekday: + day: Tuesday + time: 0:0 + - weekday: + day: Wednesday + time: 0:0 + - weekday: + day: Thursday + time: 0:0 + - weekday: + day: Friday + time: 0:0 + filters: + - isPullRequest + - isOpen + - hasLabel: + label: 'Type: Dependency Update :arrow_up_small:' + - noActivitySince: + days: 1 + actions: + - addReply: + reply: This dependency PR has had no activity for 24 hours - @dotnet/aspnet-build please take a look if you are on build-ops. + - description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (non-weekend)' + frequencies: + - weekday: + day: Monday + time: 0:0 + filters: + - isPullRequest + - isOpen + - hasLabel: + label: 'Type: Dependency Update :arrow_up_small:' + - noActivitySince: + days: 3 + actions: + - addReply: + reply: This dependency PR has had no activity for 24 hours - @dotnet/aspnet-build please take a look if you are on build-ops. eventResponderTasks: - if: - payloadType: Issue_Comment From 1e9ac084daa6e77f7e4cb4e1ef8a1ea5ea30750a Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 17 Jun 2025 11:14:52 -0700 Subject: [PATCH 2/4] Update .github/policies/resourceManagement.yml --- .github/policies/resourceManagement.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 981638630abb..bc238c21e503 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -192,7 +192,8 @@ configuration: actions: - addReply: reply: This dependency PR has had no activity for 24 hours - @dotnet/aspnet-build please take a look if you are on build-ops. - - description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (non-weekend)' + - description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (weekend)' + frequencies: - weekday: day: Monday From 106aaae533bdbdad7384d4f5b92751fa5e5f4609 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 17 Jun 2025 11:15:11 -0700 Subject: [PATCH 3/4] Update resourceManagement.yml --- .github/policies/resourceManagement.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index bc238c21e503..01600f290ad2 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -193,7 +193,6 @@ configuration: - addReply: reply: This dependency PR has had no activity for 24 hours - @dotnet/aspnet-build please take a look if you are on build-ops. - description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (weekend)' - frequencies: - weekday: day: Monday From a0c0fded3eed9644fe91742c1dc62ed20fe92563 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 17 Jun 2025 11:16:05 -0700 Subject: [PATCH 4/4] Update resourceManagement.yml --- .github/policies/resourceManagement.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 01600f290ad2..11a0b0afce02 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -191,7 +191,7 @@ configuration: days: 1 actions: - addReply: - reply: This dependency PR has had no activity for 24 hours - @dotnet/aspnet-build please take a look if you are on build-ops. + reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look if you are on build-ops. - description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (weekend)' frequencies: - weekday: @@ -206,7 +206,7 @@ configuration: days: 3 actions: - addReply: - reply: This dependency PR has had no activity for 24 hours - @dotnet/aspnet-build please take a look if you are on build-ops. + reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look if you are on build-ops. eventResponderTasks: - if: - payloadType: Issue_Comment