diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 26bd2d0..3d2f828 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.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 diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index 22cc68a..3db8b34 100644 --- a/.github/.OwlBot.yaml +++ b/.github/.OwlBot.yaml @@ -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" diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 1e6162b..eb0504e 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -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 diff --git a/README.md b/README.md index dd21cb7..9047095 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigquerymigration - 0.1.2 + 0.1.3 ```