Skip to content

Commit ccd664a

Browse files
committed
Remove protections on kiota long term branch
1 parent a6e02fa commit ccd664a

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/policies/msgraph-sdk-python-core.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -78,39 +78,3 @@ configuration:
7878
restrictsPushes: false
7979
# Restrict who can dismiss pull request reviews. boolean
8080
restrictsReviewDismissals: false
81-
82-
- branchNamePattern: kiota/long-term-branch
83-
# This branch pattern applies to the following branches as of 06/12/2023 11:37:28:
84-
# kiota/long-term-branch
85-
86-
# Specifies whether this branch can be deleted. boolean
87-
allowsDeletions: false
88-
# Specifies whether forced pushes are allowed on this branch. boolean
89-
allowsForcePushes: true
90-
# Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean
91-
dismissStaleReviews: true
92-
# Specifies whether admins can overwrite branch protection. boolean
93-
isAdminEnforced: false
94-
# Indicates whether "Require a pull request before merging" is enabled. boolean
95-
requiresPullRequestBeforeMerging: true
96-
# Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required
97-
requiredApprovingReviewsCount: 1
98-
# Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean
99-
requireCodeOwnersReview: true
100-
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
101-
requiresCommitSignatures: false
102-
# Are conversations required to be resolved before merging? boolean
103-
requiresConversationResolution: true
104-
# Are merge commits prohibited from being pushed to this branch. boolean
105-
requiresLinearHistory: false
106-
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any
107-
# existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
108-
requiredStatusChecks:
109-
- CodeQL
110-
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
111-
requiresStrictStatusChecks: true
112-
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
113-
restrictsPushes: false
114-
# Restrict who can dismiss pull request reviews. boolean
115-
restrictsReviewDismissals: false
116-

0 commit comments

Comments
 (0)