Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update owlbot
  • Loading branch information
dandhlee committed Aug 24, 2021
commit 31ee8b98951a48b6c1a35451ba991a033d78d2ec
6 changes: 6 additions & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"main"
)

s.replace(
"README.rst",
"google-cloud-python/blob/main/README.rst",
"google-cloud-python/blob/master/README.rst"
)

s.replace(
"CONTRIBUTING.rst",
"kubernetes/community/blob/main",
Expand Down