From 7147a9b6dfcff650732e176eb067b4dc2d9b488d Mon Sep 17 00:00:00 2001 From: Paul Medynski <31868385+paulmedynski@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:57:34 -0400 Subject: [PATCH 1/2] Fixed branch spec for AzDO approver count policy config. --- .azuredevops/policies/approvercountpolicy.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.azuredevops/policies/approvercountpolicy.yml b/.azuredevops/policies/approvercountpolicy.yml index 78e0c2aa0f..c7a2e807d7 100644 --- a/.azuredevops/policies/approvercountpolicy.yml +++ b/.azuredevops/policies/approvercountpolicy.yml @@ -3,10 +3,10 @@ # that govern how PRs are approved in general. The settings here dictate how # the validator behaves, and it can also prevent PRs from completing. # -# Suggested by Merlinbot (https://sqlclientdrivers.visualstudio.com/ADO.Net/_git/dotnet-sqlclient/pullrequest/4982) +# https://eng.ms/docs/coreai/devdiv/one-engineering-system-1es/1es-docs/policy-service/policy-as-code/approver-count-policy-overview name: approver_count -description: Approver count policy for dotnet-sqlclient +description: Approver count policy for dotnet-sqlclient 6.1 resource: repository where: configuration: @@ -22,8 +22,5 @@ configuration: resetRejectionsOnSourcePush: false blockLastPusherVote: true branchNames: - - refs/heads/internal/main - - refs/heads/internal/release/6.0 - - refs/heads/internal/release/5.2 - - refs/heads/internal/release/5.1 - displayName: dotnet-sqlclient Approver Count Policy + - internal/release/6.1 + displayName: dotnet-sqlclient Approver Count Policy 6.1 From 0df68325feb156f03441f31b049709ca10af3051 Mon Sep 17 00:00:00 2001 From: Paul Medynski <31868385+paulmedynski@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:01:21 -0400 Subject: [PATCH 2/2] Added full branch name to description. --- .azuredevops/policies/approvercountpolicy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azuredevops/policies/approvercountpolicy.yml b/.azuredevops/policies/approvercountpolicy.yml index c7a2e807d7..0a9c3868f9 100644 --- a/.azuredevops/policies/approvercountpolicy.yml +++ b/.azuredevops/policies/approvercountpolicy.yml @@ -6,7 +6,7 @@ # https://eng.ms/docs/coreai/devdiv/one-engineering-system-1es/1es-docs/policy-service/policy-as-code/approver-count-policy-overview name: approver_count -description: Approver count policy for dotnet-sqlclient 6.1 +description: Approver count policy for dotnet-sqlclient [internal/release/6.1] resource: repository where: configuration: @@ -23,4 +23,4 @@ configuration: blockLastPusherVote: true branchNames: - internal/release/6.1 - displayName: dotnet-sqlclient Approver Count Policy 6.1 + displayName: dotnet-sqlclient Approver Count Policy [internal/release/6.1]