Skip to content

Commit 386414d

Browse files
authored
fix: github archived repos (#1655)
1 parent db54dcf commit 386414d

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

tf/deployment/modules/shared/github/org/repositories.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)