Skip to content

Commit dbc6c83

Browse files
authored
User Story 37738: Publish v6.1-preview2 release (#3437)
1 parent 195de03 commit dbc6c83

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This file configures the Approver Count Policy Validator status check. Some
2+
# settings here are similar to branch policies specified via the Azure DevOps UI
3+
# that govern how PRs are approved in general. The settings here dictate how
4+
# the validator behaves, and it can also prevent PRs from completing.
5+
#
6+
# Suggested by Merlinbot (https://sqlclientdrivers.visualstudio.com/ADO.Net/_git/dotnet-sqlclient/pullrequest/4982)
7+
8+
name: approver_count
9+
description: Approver count policy for dotnet-sqlclient
10+
resource: repository
11+
where:
12+
configuration:
13+
approverCountPolicySettings:
14+
isBlocking: true
15+
requireMinimumApproverCount: 2
16+
creatorVoteCounts: false
17+
allowDownvotes: false
18+
sourcePushOptions:
19+
resetOnSourcePush: true
20+
requireVoteOnLastIteration: true
21+
requireVoteOnEachIteration: false
22+
resetRejectionsOnSourcePush: false
23+
blockLastPusherVote: true
24+
branchNames:
25+
- refs/heads/internal/main
26+
- refs/heads/internal/release/6.0
27+
- refs/heads/internal/release/5.2
28+
- refs/heads/internal/release/5.1
29+
displayName: dotnet-sqlclient Approver Count Policy

eng/pipelines/dotnet-sqlclient-signing-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ extends:
8282
template: v2/OneBranch.${{parameters.oneBranchType }}.CrossPlat.yml@templates # https://aka.ms/obpipelines/templates
8383
parameters:
8484
featureFlags:
85+
# Suggested by MerlinBot (https://sqlclientdrivers.visualstudio.com/ADO.Net/_git/dotnet-sqlclient/pullrequest/4882)
86+
EnableCDPxPAT: false
8587
WindowsHostVersion: 1ESWindows2022
8688
globalSdl: # https://aka.ms/obpipelines/sdl
8789
tsa:

0 commit comments

Comments
 (0)