From a420991f6183acca9f362556b8a0520f1e30635e Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Thu, 15 Feb 2024 11:41:43 +0100 Subject: [PATCH 1/2] Add PHPCompatibilityFork mirror --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index 5585aad..a896d20 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"] From 92e241f7c0233fb499a08e2617398804c43cf271 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Thu, 15 Feb 2024 11:51:48 +0100 Subject: [PATCH 2/2] Add Mage-OS PHPCompatibilityFork --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index a896d20..faa71ab 100644 --- a/variables.tf +++ b/variables.tf @@ -434,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"]