Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: make owlbot check required (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Dec 7, 2021
1 parent 5541f36 commit e31f57f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
2 changes: 1 addition & 1 deletion .github/.OwlBot.yaml
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

docker:
image: "gcr.io/repo-automation-bots/owlbot-java:latest"
image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"

deep-remove-regex:
- "/grpc-google-.*/src"
Expand Down
1 change: 1 addition & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -37,6 +37,7 @@ branchProtectionRules:
- "units (11)"
- "Kokoro - Test: Integration"
- "cla/google"
- OwlBot Post Processor
# List of explicit permissions to add (additive only)
permissionRules:
- team: yoshi-admins
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerymigration</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>

```
Expand Down

0 comments on commit e31f57f

Please sign in to comment.