Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit a5ff9c3

Browse files
authored
chore: make owlbot check required (#44)
1 parent 6f5313c commit a5ff9c3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ branchProtectionRules:
3737
- "units (11)"
3838
- "Kokoro - Test: Integration"
3939
- "cla/google"
40+
- OwlBot Post Processor
4041
# List of explicit permissions to add (additive only)
4142
permissionRules:
4243
- team: yoshi-admins

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ If you are using Maven, add this to your pom.xml file:
3030
If you are using Gradle without BOM, add this to your dependencies
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-deploy:0.1.2'
33+
implementation 'com.google.cloud:google-cloud-deploy:0.1.3'
3434
```
3535

3636
If you are using SBT, add this to your dependencies
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "0.1.2"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "0.1.3"
4040
```
4141

4242
## Authentication

0 commit comments

Comments
 (0)