Skip to content

Commit

Permalink
Merge pull request #81 from sprankhub/add-mirror-php-compatibility
Browse files Browse the repository at this point in the history
Add PHPCompatibilityFork mirror
  • Loading branch information
Vinai committed Feb 15, 2024
2 parents 9cad3df + 92e241f commit 21ffa08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 21ffa08

Please sign in to comment.