From 46881bd8fa535bf9cb9341f45b4f7e7b346c02d6 Mon Sep 17 00:00:00 2001 From: S Date: Sun, 1 Mar 2026 10:05:10 -0500 Subject: [PATCH] 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 --- .env.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 3d78b1e..7e0089e 100644 --- a/.env.example +++ b/.env.example @@ -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