diff --git a/variables.tf b/variables.tf index 5585aad..faa71ab 100644 --- a/variables.tf +++ b/variables.tf @@ -171,6 +171,12 @@ variable "mirror_repositories" { topics = ["mage-os", "mirror", "magento", "php", "ecommerce", "magento2", "adobecommerce"] } + mirror-PHPCompatibilityFork = { + description = "Mage-OS mirror fork of https://github.com/magento/PHPCompatibilityFork." + teams = ["continuous-integration"] + topics = ["mage-os", "mirror", "magento", "php", "ecommerce", "magento2", "adobecommerce"] + } + mirror-quality-patches = { description = "Mage-OS mirror fork of https://github.com/magento/quality-patches." teams = ["continuous-integration"] @@ -428,6 +434,12 @@ variable "repositories" { topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"] } + mageos-PHPCompatibilityFork = { + description = "This is a Mage-OS fork of the Magento 2 PHPCompatibility fork found at https://github.com/magento/PHPCompatibilityFork." + teams = ["distribution"] + topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"] + } + mageos-security-package = { description = "This is a Mage-OS fork of the Magento Security Extensions Project found at https://github.com/magento/security-package." teams = ["distribution"]