@@ -7,43 +7,6 @@ resource: repository
7
7
configuration :
8
8
branchProtectionRules :
9
9
10
- - branchNamePattern : dev
11
- # This branch pattern applies to the following branches as of 06/12/2023 11:37:28:
12
- # dev
13
-
14
- # Specifies whether this branch can be deleted. boolean
15
- allowsDeletions : false
16
- # Specifies whether forced pushes are allowed on this branch. boolean
17
- allowsForcePushes : false
18
- # Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean
19
- dismissStaleReviews : true
20
- # Specifies whether admins can overwrite branch protection. boolean
21
- isAdminEnforced : false
22
- # Indicates whether "Require a pull request before merging" is enabled. boolean
23
- requiresPullRequestBeforeMerging : true
24
- # Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required
25
- requiredApprovingReviewsCount : 1
26
- # Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean
27
- requireCodeOwnersReview : true
28
- # Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
29
- requiresCommitSignatures : false
30
- # Are conversations required to be resolved before merging? boolean
31
- requiresConversationResolution : true
32
- # Are merge commits prohibited from being pushed to this branch. boolean
33
- requiresLinearHistory : false
34
- # Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any
35
- # existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
36
- requiredStatusChecks :
37
- - CodeQL
38
- - check-build-matrix
39
- - license/cla
40
- # Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
41
- requiresStrictStatusChecks : true
42
- # Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
43
- restrictsPushes : false
44
- # Restrict who can dismiss pull request reviews. boolean
45
- restrictsReviewDismissals : false
46
-
47
10
- branchNamePattern : main
48
11
# This branch pattern applies to the following branches as of 01/12/2024 13:14:28:
49
12
# main
0 commit comments