Skip to content

Commit c392e42

Browse files
authored
feat: new repo for pokedex cluster (#1226)
1 parent ee3d16a commit c392e42

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ variable "repositories" {
119119
{
120120
name = "sqlite-libs",
121121
description = "SQLite with extensions and query builders"
122+
},
123+
{
124+
name = "pokedex",
125+
description = "Pokedex is the Immich team's Kubernetes cluster for hardware testing, developer tools, and more"
126+
require_codeowners = true
122127
}
123128
]
124129
}

0 commit comments

Comments
 (0)