Skip to content

Commit

Permalink
chore: adds branch 3.3.x as stable (#1123)
Browse files Browse the repository at this point in the history
* chore: adds branch 3.3.x as stable

Also removes clirr / linkage monitor from non master branches since they
only work for the master branch.

* chore: adds branch 3.3.x to release please config
  • Loading branch information
thiagotnunes committed May 3, 2021
1 parent 85bd0cf commit 1d2f478
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/release-please.yml
Expand Up @@ -4,6 +4,9 @@ branches:
- branch: 3.1.x
releaseType: java-yoshi
bumpMinorPreMajor: true
- branch: 3.3.x
releaseType: java-yoshi
bumpMinorPreMajor: true
- branch: 4.0.x
releaseType: java-yoshi
bumpMinorPreMajor: true
Expand Down
31 changes: 25 additions & 6 deletions .github/sync-repo-settings.yaml
Expand Up @@ -57,9 +57,32 @@ branchProtectionRules:
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "units (7)"
- "units (8)"
- "units (11)"
- "Kokoro - Test: Integration"
- "cla/google"

# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
- pattern: 3.3.x
# Can admins overwrite branch protection.
# Defaults to `true`
isAdminEnforced: true
# Number of approving reviews required to update matching branches.
# Defaults to `1`
requiredApprovingReviewCount: 1
# Are reviews from code owners required to update matching branches.
# Defaults to `false`
requiresCodeOwnerReviews: true
# Require up to date branches
requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "lint"
- "units (7)"
- "units (8)"
- "units (11)"
Expand All @@ -84,9 +107,7 @@ branchProtectionRules:
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "units (7)"
- "units (8)"
- "units (11)"
Expand All @@ -111,9 +132,7 @@ branchProtectionRules:
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "units (7)"
- "units (8)"
- "units (11)"
Expand Down

0 comments on commit 1d2f478

Please sign in to comment.