bullet-train-co / bullet_train-base

MIT License
10 stars 16 forks source link

On CI, if a matching feature branch exists on the starter repository, use it. #135

Closed andrewculver closed 1 year ago

andrewculver commented 1 year ago

If we're working on a features/whatever branch in this repository, then CI should check whether there is a features/whatever branch in http://github.com/bullet-train-co/bullet_train. If there is, it should use it instead of main for running the test suite. This would give us the flexibility of being able to have a feature across multiple repositories.