Skip to content

Commit ff2a713

Browse files
authored
chore: update protected branches ci / releases (#1484)
* chore: remove 3.3.3-sp protected branch * chore: remove sample compile ci step Removes sample compile ci step from protected branches
1 parent 58f0e5a commit ff2a713

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.github/release-please.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ branches:
1818
releaseType: java-yoshi
1919
bumpMinorPreMajor: true
2020
handleGHRelease: true
21-
- releaseType: java-lts
22-
bumpMinorPreMajor: true
23-
handleGHRelease: true
24-
branch: 3.3.3-sp
2521
- releaseType: java-lts
2622
bumpMinorPreMajor: true
2723
handleGHRelease: true

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ branchProtectionRules:
3434
- 'Kokoro - Test: Integration'
3535
- cla/google
3636
- checkstyle
37-
- compile (8)
38-
- compile (11)
3937
- pattern: 3.3.x
4038
isAdminEnforced: true
4139
requiredApprovingReviewCount: 1
@@ -51,8 +49,6 @@ branchProtectionRules:
5149
- 'Kokoro - Test: Integration'
5250
- cla/google
5351
- checkstyle
54-
- compile (8)
55-
- compile (11)
5652
- pattern: 4.0.x
5753
isAdminEnforced: true
5854
requiredApprovingReviewCount: 1
@@ -68,8 +64,6 @@ branchProtectionRules:
6864
- 'Kokoro - Test: Integration'
6965
- cla/google
7066
- checkstyle
71-
- compile (8)
72-
- compile (11)
7367
- pattern: 5.2.x
7468
isAdminEnforced: true
7569
requiredApprovingReviewCount: 1
@@ -85,24 +79,6 @@ branchProtectionRules:
8579
- 'Kokoro - Test: Integration'
8680
- cla/google
8781
- checkstyle
88-
- compile (8)
89-
- compile (11)
90-
- pattern: 3.3.3-sp
91-
isAdminEnforced: true
92-
requiredApprovingReviewCount: 1
93-
requiresCodeOwnerReviews: true
94-
requiresStrictStatusChecks: false
95-
requiredStatusCheckContexts:
96-
- dependencies (8)
97-
- dependencies (11)
98-
- lint
99-
- units (8)
100-
- units (11)
101-
- 'Kokoro - Test: Integration'
102-
- cla/google
103-
- checkstyle
104-
- compile (8)
105-
- compile (11)
10682
- pattern: 6.4.4-sp
10783
isAdminEnforced: true
10884
requiredApprovingReviewCount: 1
@@ -116,8 +92,6 @@ branchProtectionRules:
11692
- 'Kokoro - Test: Integration'
11793
- cla/google
11894
- checkstyle
119-
- compile (8)
120-
- compile (11)
12195
permissionRules:
12296
- team: yoshi-admins
12397
permission: admin

0 commit comments

Comments
 (0)