aboutsummaryrefslogtreecommitdiff
path: root/owlbot.py
diff options
context:
space:
mode:
authorAnthonios Partheniou <partheniou@google.com>2021-08-25 12:41:18 -0400
committerGitHub <noreply@github.com>2021-08-25 12:41:18 -0400
commitb86480edc60dcd30d0a1d11e1c8cdd1d7911ac89 (patch)
tree395a3650ea767fd80783fb4f59866401ee59c5e0 /owlbot.py
parentb79b55407b31933c9a8fe6de01478fa00a33fa2b (diff)
downloadgoogle-auth-library-python-b86480edc60dcd30d0a1d11e1c8cdd1d7911ac89.tar.gz
chore: migrate default branch from master to main (#849)
Diffstat (limited to 'owlbot.py')
-rw-r--r--owlbot.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/owlbot.py b/owlbot.py
index 58aa53a..61cf128 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -25,4 +25,9 @@ assert 1 == s.replace(
'value: "docs"',
)
+# Remove the replacement below once https://github.com/googleapis/synthtool/pull/1188 is merged
+
+# Update googleapis/repo-automation-bots repo to main in .kokoro/*.sh files
+assert 1 == s.replace(".kokoro/*.sh", "repo-automation-bots/tree/master", "repo-automation-bots/tree/main")
+
s.shell.run(["nox", "-s", "blacken"], hide_output=False)