chore: migrate default branch from master to main (#1498)
diff --git a/owlbot.py b/owlbot.py
index 1df7f43..c13fb3a 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -39,3 +39,8 @@
# ----------------------------------------------------------------------------
python.py_samples(skip_readmes=True)
+
+# Remove the replacements below once https://github.com/googleapis/synthtool/pull/1188 is merged
+
+# Update googleapis/repo-automation-bots repo to main in .kokoro/*.sh files
+s.replace(".kokoro/*.sh", "repo-automation-bots/tree/master", "repo-automation-bots/tree/main")