Skip to content

Commit

Permalink
feat: setting up 6.33.x branch (#2184)
Browse files Browse the repository at this point in the history
enable releases
  • Loading branch information
rajatbhatta committed Dec 5, 2022
1 parent 074cd1a commit e237a21
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -26,3 +26,7 @@ branches:
bumpMinorPreMajor: true
handleGHRelease: true
branch: 6.23.x
- releaseType: java-yoshi
bumpMinorPreMajor: true
handleGHRelease: true
branch: 6.33.x
14 changes: 14 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -107,6 +107,20 @@ branchProtectionRules:
- checkstyle
- compile (8)
- compile (11)
- pattern: 6.33.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- lint
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- checkstyle
- compile (8)
- compile (11)
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit e237a21

Please sign in to comment.