feat: replace REPO_1/2/3_NAME with space-delimited REPO_NAMES in .env.example

Supports any number of repos instead of hardcoded 3.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
S
2026-03-01 10:05:10 -05:00
parent 87fefe28a1
commit 46881bd8fa

View File

@@ -84,9 +84,7 @@ GITHUB_USERNAME= # GitHub username or org name
GITHUB_TOKEN= # GitHub PAT with repo scope (read+write, used for migration + push mirrors)
# Repo names — must match exactly as they appear on GitHub
REPO_1_NAME= # e.g. android-kotlin-app
REPO_2_NAME= # e.g. ios-swiftui-app
REPO_3_NAME= # e.g. go-cli-tool
REPO_NAMES= # Space-separated list of repo names to migrate (e.g. "myapp backend infra")
# Migration options (true/false)
MIGRATE_ISSUES=false # Migrate GitHub issues to Gitea