You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/msgraph-sdk-dotnet-branch-protection.yml
+1-37Lines changed: 1 addition & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -37,45 +37,9 @@ configuration:
37
37
requiredStatusChecks:
38
38
- build
39
39
- license/cla
40
-
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
40
+
# Require branches to be up-to-date before merging. Requires requiredStatusChecks. boolean
41
41
requiresStrictStatusChecks: true
42
42
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
43
43
restrictsPushes: false
44
44
# Restrict who can dismiss pull request reviews. boolean
45
45
restrictsReviewDismissals: false
46
-
47
-
- branchNamePattern: dev
48
-
# This branch pattern applies to the following branches as of 06/12/2023 10:31:13:
49
-
# dev
50
-
51
-
# Specifies whether this branch can be deleted. boolean
52
-
allowsDeletions: false
53
-
# Specifies whether forced pushes are allowed on this branch. boolean
54
-
allowsForcePushes: false
55
-
# Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean
56
-
dismissStaleReviews: true
57
-
# Specifies whether admins can overwrite branch protection. boolean
58
-
isAdminEnforced: false
59
-
# Indicates whether "Require a pull request before merging" is enabled. boolean
60
-
requiresPullRequestBeforeMerging: true
61
-
# Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required
62
-
requiredApprovingReviewsCount: 1
63
-
# Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean
64
-
requireCodeOwnersReview: true
65
-
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
66
-
requiresCommitSignatures: false
67
-
# Are conversations required to be resolved before merging? boolean
68
-
requiresConversationResolution: true
69
-
# Are merge commits prohibited from being pushed to this branch. boolean
70
-
requiresLinearHistory: false
71
-
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
72
-
requiredStatusChecks:
73
-
- build
74
-
- license/cla
75
-
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
76
-
requiresStrictStatusChecks: true
77
-
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
78
-
restrictsPushes: false
79
-
# Restrict who can dismiss pull request reviews. boolean
0 commit comments