-
Notifications
You must be signed in to change notification settings - Fork 8
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 mono repo push allowances, fixes #85 #87
Conversation
/plan |
@sprankhub Starting Terraform plan https://github.com/mage-os/terraform/actions/runs/9439249204 |
Terraform Plan
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
variables.tf
Outdated
description = "This module provides events integrations to AWS." | ||
teams = ["distribution", "async-events"] | ||
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce", "aws"] | ||
mono_repository = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this flag mean that it's part of a mono repo? Or that it's a mono repo itself? Can you disambiguate the flag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It means that it is part of a mono repo. Do you have an idea for a better name? I currently cannot think of any.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PartOfMonorepo
InMonorepo
MonorepoComponent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe one of these?
is_part_of_monorepo
belongs_to_monorepo
monorepo_part
split_monorepo_part
monorepo_slice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
monorepo_part
monorepo_component
is_part_of_monorepo
belongs_to_monorepo
are my favorite.
No description provided.