Skip to content

Commit

Permalink
ci: removing clirr from required checks (#393)
Browse files Browse the repository at this point in the history
Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps.
  • Loading branch information
suztomo authored Jul 1, 2022
1 parent 3f2dd85 commit ebb8c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions java-notebooks/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
Expand All @@ -26,7 +25,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (7)
- units (8)
- units (11)
Expand Down
4 changes: 2 additions & 2 deletions java-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-notebooks:1.1.0'
implementation 'com.google.cloud:google-cloud-notebooks:1.1.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.1"
```

## Authentication
Expand Down

0 comments on commit ebb8c9f

Please sign in to comment.