Skip to content

Commit

Permalink
chore: update protected branches ci / releases (#1484)
Browse files Browse the repository at this point in the history
* chore: remove 3.3.3-sp protected branch

* chore: remove sample compile ci step

Removes sample compile ci step from protected branches
  • Loading branch information
thiagotnunes committed Oct 6, 2021
1 parent 58f0e5a commit ff2a713
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
4 changes: 0 additions & 4 deletions .github/release-please.yml
Expand Up @@ -18,10 +18,6 @@ branches:
releaseType: java-yoshi
bumpMinorPreMajor: true
handleGHRelease: true
- releaseType: java-lts
bumpMinorPreMajor: true
handleGHRelease: true
branch: 3.3.3-sp
- releaseType: java-lts
bumpMinorPreMajor: true
handleGHRelease: true
Expand Down
26 changes: 0 additions & 26 deletions .github/sync-repo-settings.yaml
Expand Up @@ -34,8 +34,6 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- checkstyle
- compile (8)
- compile (11)
- pattern: 3.3.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
Expand All @@ -51,8 +49,6 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- checkstyle
- compile (8)
- compile (11)
- pattern: 4.0.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
Expand All @@ -68,8 +64,6 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- checkstyle
- compile (8)
- compile (11)
- pattern: 5.2.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
Expand All @@ -85,24 +79,6 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- checkstyle
- compile (8)
- compile (11)
- pattern: 3.3.3-sp
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- checkstyle
- compile (8)
- compile (11)
- pattern: 6.4.4-sp
isAdminEnforced: true
requiredApprovingReviewCount: 1
Expand All @@ -116,8 +92,6 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- checkstyle
- compile (8)
- compile (11)
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit ff2a713

Please sign in to comment.