File tree Expand file tree Collapse file tree
tf/deployment/modules/shared/github/org Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,14 +70,6 @@ variable "repositories" {
7070 description = " Graphs and charts for Immich data" ,
7171 url = " https://data.immich.app" ,
7272 },
73- {
74- name = " ui" ,
75- description = " Svelte components for Immich" ,
76- archived = true ,
77- license = " MIT" ,
78- url = " https://ui.immich.app" ,
79- collaborators = true
80- },
8173 {
8274 name = " native_video_player" ,
8375 description = " A Flutter widget to play videos on iOS and Android using a native implementation." ,
@@ -132,12 +124,6 @@ variable "repositories" {
132124 description = " Fast file tree walker for Node.js, built with ripgrep's ignore crate"
133125 collaborators = true
134126 },
135- {
136- name = " packages" ,
137- license = " MIT" ,
138- archived = true ,
139- description = " A collection of libraries around the Immich project"
140- },
141127 {
142128 name = " yucca-slop" ,
143129 description = " yucca-slop" ,
@@ -181,7 +167,6 @@ resource "github_repository" "repositories" {
181167 delete_branch_on_merge = true
182168 has_discussions = each. value . discussions
183169 has_issues = each. value . issues
184- has_downloads = true
185170 has_projects = each. value . projects
186171 has_wiki = false
187172 visibility = each. value . visibility
You can’t perform that action at this time.
0 commit comments