Skip to content

Commit

Permalink
chore: preserve README.rst in owlbot.py (#163)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.58.1

fix: syntax fix for required_fields struct in rest transport

committer: parthea
PiperOrigin-RevId: 415363977

Source-Link: googleapis/googleapis@987192d

Source-Link: googleapis/googleapis-gen@5144432
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTE0NDQzMjRlYjk5ZjE1NTNkN2M3ZjgyNzdjZjU5NWE3MjBlNjkwNSJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* update owlbot.py to preserve README.rst

* restore original README.rst

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Dec 12, 2021
1 parent 13ac0ce commit a9e678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-trace/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type"
)

s.move(library, excludes=["docs/index.rst", "setup.py"])
s.move(library, excludes=["docs/index.rst", "setup.py", "README.rst"])

s.remove_staging_dirs()

Expand Down

0 comments on commit a9e678d

Please sign in to comment.