Skip to content

Commit 0b7ab2c

Browse files
authored
chore: strip 'master' -> 'main' replacments (#723)
1 parent bd00cc1 commit 0b7ab2c

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

packages/google-cloud-ndb/owlbot.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -69,32 +69,3 @@
6969
)
7070

7171
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
72-
73-
# ----------------------------------------------------------------------------
74-
# Main Branch migration
75-
# ----------------------------------------------------------------------------
76-
77-
s.replace(
78-
"*.rst",
79-
"master",
80-
"main"
81-
)
82-
83-
s.replace(
84-
"*.rst",
85-
"google-cloud-python/blob/main",
86-
"google-cloud-python/blob/master"
87-
)
88-
89-
s.replace(
90-
"CONTRIBUTING.rst",
91-
"kubernetes/community/blob/main",
92-
"kubernetes/community/blob/master"
93-
)
94-
95-
s.replace(
96-
".kokoro/*",
97-
"master",
98-
"main"
99-
)
100-

0 commit comments

Comments
 (0)