You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
It's common for a monorepo to have many internal dependencies and whenever a change is detected in the dependency, it can be desirable to run the build of it's dependents as well to ensure no breaking changes have been introduced. Obviously this can be circumvented with contract testing, but we aren't there just yet.
Adding list support to the trigger configuration would enable this functionality.
It's common for a monorepo to have many internal dependencies and whenever a change is detected in the dependency, it can be desirable to run the build of it's dependents as well to ensure no breaking changes have been introduced. Obviously this can be circumvented with contract testing, but we aren't there just yet.
Adding list support to the
trigger
configuration would enable this functionality.The text was updated successfully, but these errors were encountered: