File tree Expand file tree Collapse file tree 2 files changed +28
-6
lines changed
Expand file tree Collapse file tree 2 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ branches:
44- branch : 3.1.x
55 releaseType : java-yoshi
66 bumpMinorPreMajor : true
7+ - branch : 3.3.x
8+ releaseType : java-yoshi
9+ bumpMinorPreMajor : true
710- branch : 4.0.x
811 releaseType : java-yoshi
912 bumpMinorPreMajor : true
Original file line number Diff line number Diff line change @@ -57,9 +57,32 @@ branchProtectionRules:
5757 requiredStatusCheckContexts :
5858 - " dependencies (8)"
5959 - " dependencies (11)"
60- - " linkage-monitor"
6160 - " lint"
62- - " clirr"
61+ - " units (7)"
62+ - " units (8)"
63+ - " units (11)"
64+ - " Kokoro - Test: Integration"
65+ - " cla/google"
66+
67+ # Identifies the protection rule pattern. Name of the branch to be protected.
68+ # Defaults to `master`
69+ - pattern : 3.3.x
70+ # Can admins overwrite branch protection.
71+ # Defaults to `true`
72+ isAdminEnforced : true
73+ # Number of approving reviews required to update matching branches.
74+ # Defaults to `1`
75+ requiredApprovingReviewCount : 1
76+ # Are reviews from code owners required to update matching branches.
77+ # Defaults to `false`
78+ requiresCodeOwnerReviews : true
79+ # Require up to date branches
80+ requiresStrictStatusChecks : false
81+ # List of required status check contexts that must pass for commits to be accepted to matching branches.
82+ requiredStatusCheckContexts :
83+ - " dependencies (8)"
84+ - " dependencies (11)"
85+ - " lint"
6386 - " units (7)"
6487 - " units (8)"
6588 - " units (11)"
@@ -84,9 +107,7 @@ branchProtectionRules:
84107 requiredStatusCheckContexts :
85108 - " dependencies (8)"
86109 - " dependencies (11)"
87- - " linkage-monitor"
88110 - " lint"
89- - " clirr"
90111 - " units (7)"
91112 - " units (8)"
92113 - " units (11)"
@@ -111,9 +132,7 @@ branchProtectionRules:
111132 requiredStatusCheckContexts :
112133 - " dependencies (8)"
113134 - " dependencies (11)"
114- - " linkage-monitor"
115135 - " lint"
116- - " clirr"
117136 - " units (7)"
118137 - " units (8)"
119138 - " units (11)"
You can’t perform that action at this time.
0 commit comments