We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c8314 commit 5a930dfCopy full SHA for 5a930df
monorepo-migration/migrate.sh
@@ -34,6 +34,9 @@ check_command mvn
34
MONOREPO_URL="https://github.com/googleapis/google-cloud-java"
35
SOURCE_REPO_URL="${SOURCE_REPO_URL:-https://github.com/googleapis/java-logging}"
36
CODEOWNER="${CODEOWNER:-}"
37
+if [ -z "$CODEOWNER" ]; then
38
+ read -p "Enter CODEOWNER (e.g., @chingor13): " CODEOWNER
39
+fi
40
41
# Derive names from URLs to avoid duplication
42
SOURCE_REPO_NAME="${SOURCE_REPO_URL##*/}"
0 commit comments