From 5baed4bfbe405dfa5165d93026fb885a224f4638 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Thu, 16 Jan 2025 11:03:16 +0100 Subject: [PATCH 1/2] Add missing whitespace --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index 7c2391a..1ac6241 100644 --- a/variables.tf +++ b/variables.tf @@ -277,6 +277,7 @@ variable "repositories" { teams = ["infrastructure", "content"] topics = ["mage-os", "documentation", "ecommerce", "magento2", "adobecommerce"] }, + devdocs = { description = "Mage-OS devdocs" teams = ["infrastructure", "content"] From cc43155cf093f993cf89d79a597aa563236a2fa7 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Thu, 16 Jan 2025 11:09:25 +0100 Subject: [PATCH 2/2] Add dashboard repository --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index 1ac6241..b1b0483 100644 --- a/variables.tf +++ b/variables.tf @@ -272,6 +272,12 @@ variable "teams" { variable "repositories" { default = { + dashboard = { + description = "Mage-OS Dashboard showing an overview of all repositories, issues and pull requests." + teams = ["infrastructure"] + topics = ["mage-os", "ecommerce", "magento2", "adobecommerce"] + }, + devdocs-website = { description = "Mage-OS devdocs website" teams = ["infrastructure", "content"]