Skip to content

Commit

Permalink
Merge pull request #107 from sprankhub/create-mageos-dashboard-repo
Browse files Browse the repository at this point in the history
Create mageos dashboard repo
  • Loading branch information
sprankhub authored Jan 16, 2025
2 parents e30a981 + cc43155 commit 2ad8d71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,18 @@ 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"]
topics = ["mage-os", "documentation", "ecommerce", "magento2", "adobecommerce"]
},

devdocs = {
description = "Mage-OS devdocs"
teams = ["infrastructure", "content"]
Expand Down

0 comments on commit 2ad8d71

Please sign in to comment.