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:
@@ -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)
|
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 names — must match exactly as they appear on GitHub
|
||||||
REPO_1_NAME= # e.g. android-kotlin-app
|
REPO_NAMES= # Space-separated list of repo names to migrate (e.g. "myapp backend infra")
|
||||||
REPO_2_NAME= # e.g. ios-swiftui-app
|
|
||||||
REPO_3_NAME= # e.g. go-cli-tool
|
|
||||||
|
|
||||||
# Migration options (true/false)
|
# Migration options (true/false)
|
||||||
MIGRATE_ISSUES=false # Migrate GitHub issues to Gitea
|
MIGRATE_ISSUES=false # Migrate GitHub issues to Gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user