AlaskaAirlines / WC-Generator

Auro's automated web component generator
https://auro.alaskaair.com/getting-started/developers/generator/install
Apache License 2.0
5 stars 9 forks source link

Determine a way to ensure that main branches don't ever have dependencies on Beta Branches. #568

Open Patrick-Daly-AA opened 1 month ago

Patrick-Daly-AA commented 1 month ago

Story statement

As an Auro Engineer, I want to put systems in place to ensure that our main branches do not have dependencies on beta branches, So that our main branches are kept at a higher standard of stability

Other notes

This was something which was discussed by engineers. Possible solutions involve a script tied to PR creation to check for this and block merging if this is seen. Other possible solutions are welcome.