Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHPCompatibilityFork mirror #81

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading