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

Commit 92873a1

Browse files
authored
chore: revert owlbot main branch templates (#84)
Reverts main branch template for OwlBot that were included for the main branch integration.
1 parent 2640220 commit 92873a1

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

owlbot.py

-40
Original file line numberDiff line numberDiff line change
@@ -43,43 +43,3 @@
4343

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

46-
# ----------------------------------------------------------------------------
47-
# Main Branch migration
48-
# ----------------------------------------------------------------------------
49-
50-
s.replace(
51-
"*.rst",
52-
"master",
53-
"main"
54-
)
55-
56-
s.replace(
57-
"CONTRIBUTING.rst",
58-
"kubernetes/community/blob/main",
59-
"kubernetes/community/blob/master"
60-
)
61-
62-
s.replace(
63-
"docs/conf.py",
64-
"master",
65-
"main"
66-
)
67-
68-
s.replace(
69-
"docs/conf.py",
70-
"main_doc",
71-
"root_doc"
72-
)
73-
74-
s.replace(
75-
".kokoro/*",
76-
"master",
77-
"main"
78-
)
79-
80-
s.replace(
81-
"README.rst",
82-
"google-cloud-python/blob/main/README.rst",
83-
"google-cloud-python/blob/master/README.rst"
84-
)
85-

0 commit comments

Comments
 (0)