Skip to content

Commit

Permalink
chore: removing owlbot directives for conversion to main (#855)
Browse files Browse the repository at this point in the history
* chore: removing owlbot directives for conversion to main

* update lock file
  • Loading branch information
nicain authored Sep 1, 2021
1 parent 08c987d commit 20ab7d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-python:latest
digest: sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b
digest: sha256:0ffe3bdd6c7159692df5f7744da74e5ef19966288a6bf76023e8e04e0c424d7d
5 changes: 0 additions & 5 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,4 @@
'value: "docs"',
)

# Remove the replacement below once https://github.com/googleapis/synthtool/pull/1188 is merged

# Update googleapis/repo-automation-bots repo to main in .kokoro/*.sh files
assert 1 == s.replace(".kokoro/*.sh", "repo-automation-bots/tree/master", "repo-automation-bots/tree/main")

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 20ab7d9

Please sign in to comment.