From 352c0cf41dacc739c016d792cdfc119bd318f686 Mon Sep 17 00:00:00 2001 From: johnko <279736+johnko@users.noreply.github.com> Date: Thu, 6 Nov 2025 07:35:47 -0500 Subject: [PATCH 1/2] chore: adopt lab repo --- github/johnko/import.sh | 3 +++ github/johnko/locals.tf | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/github/johnko/import.sh b/github/johnko/import.sh index ea3146a..66cd334 100644 --- a/github/johnko/import.sh +++ b/github/johnko/import.sh @@ -7,5 +7,8 @@ $IAC_BIN state show 'github_repository.archived["deploy"]' || $IAC_BIN state show 'github_repository.active["homedir"]' || $IAC_BIN import 'github_repository.active["homedir"]' homedir +$IAC_BIN state show 'github_repository.active["lab"]' || + $IAC_BIN import 'github_repository.active["lab"]' lab + $IAC_BIN state show 'github_repository.active["renovate-config"]' || $IAC_BIN import 'github_repository.active["renovate-config"]' renovate-config diff --git a/github/johnko/locals.tf b/github/johnko/locals.tf index 664ea3e..9d8b09e 100644 --- a/github/johnko/locals.tf +++ b/github/johnko/locals.tf @@ -10,6 +10,10 @@ locals { has_issues = true visibility = "public" } + lab = { + has_issues = true + visibility = "public" + } renovate-config = { description = "RenovateBot config" has_issues = true From d9cdf8a38bf640d2135efa112a36a3e4989363ea Mon Sep 17 00:00:00 2001 From: johnko <279736+johnko@users.noreply.github.com> Date: Thu, 6 Nov 2025 07:37:53 -0500 Subject: [PATCH 2/2] iac-github --- github/johnko/import.sh | 3 +++ github/johnko/locals.tf | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/github/johnko/import.sh b/github/johnko/import.sh index 66cd334..5bb5013 100644 --- a/github/johnko/import.sh +++ b/github/johnko/import.sh @@ -7,6 +7,9 @@ $IAC_BIN state show 'github_repository.archived["deploy"]' || $IAC_BIN state show 'github_repository.active["homedir"]' || $IAC_BIN import 'github_repository.active["homedir"]' homedir +$IAC_BIN state show 'github_repository.active["iac-github"]' || + $IAC_BIN import 'github_repository.active["iac-github"]' iac-github + $IAC_BIN state show 'github_repository.active["lab"]' || $IAC_BIN import 'github_repository.active["lab"]' lab diff --git a/github/johnko/locals.tf b/github/johnko/locals.tf index 9d8b09e..2a69699 100644 --- a/github/johnko/locals.tf +++ b/github/johnko/locals.tf @@ -10,6 +10,10 @@ locals { has_issues = true visibility = "public" } + iac-github = { + has_issues = true + visibility = "public" + } lab = { has_issues = true visibility = "public"