Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 7a0f1ee

Browse files
authored
chore: revert owlbot main branch templates (#167)
1 parent d589892 commit 7a0f1ee

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
@@ -55,43 +55,3 @@
5555

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

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

0 commit comments

Comments
 (0)