Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 59dee60

Browse files
authored
chore: revert owlbot main branch templates (#186)
1 parent 5356a26 commit 59dee60

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

owlbot.py

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -51,43 +51,3 @@
5151

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

54-
# ----------------------------------------------------------------------------
55-
# Main Branch migration
56-
# ----------------------------------------------------------------------------
57-
58-
s.replace(
59-
"*.rst",
60-
"master",
61-
"main"
62-
)
63-
64-
s.replace(
65-
"CONTRIBUTING.rst",
66-
"kubernetes/community/blob/main",
67-
"kubernetes/community/blob/master"
68-
)
69-
70-
s.replace(
71-
"docs/*",
72-
"master",
73-
"main"
74-
)
75-
76-
s.replace(
77-
"docs/conf.py",
78-
"main_doc",
79-
"root_doc"
80-
)
81-
82-
s.replace(
83-
".kokoro/*",
84-
"master",
85-
"main"
86-
)
87-
88-
s.replace(
89-
"README.rst",
90-
"google-cloud-python/blob/main/README.rst",
91-
"google-cloud-python/blob/master/README.rst"
92-
)
93-

0 commit comments

Comments
 (0)