Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-api-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 301aedaf0facbd61ef7ca7ccccd5217299b2ee8a
Choose a base ref
..
head repository: googleapis/google-api-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 953ae5bf641b1e28d561be8a26cb14b977c1560f
Choose a head ref
Showing with 19 additions and 1 deletion.
  1. +4 −0 .github/release-please.yml
  2. +14 −0 .github/sync-repo-settings.yaml
  3. +1 −1 samples/snippets/pom.xml
4 changes: 4 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -22,3 +22,7 @@ branches:
handleGHRelease: true
releaseType: java-backport
branch: 2.2.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 2.7.x
14 changes: 14 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -87,6 +87,20 @@ branchProtectionRules:
- lint
- clirr
- cla/google
- pattern: 2.7.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- units (8)
- units (11)
- windows
- dependencies (8)
- dependencies (11)
- lint
- clirr
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.55.0</version>
<version>26.56.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>