OpenCyphal / CETL

Cyphal Embedded Template Library
MIT License
11 stars 3 forks source link

Modify `.github/workflows/cetlvast.yml` to accept (in addition to `main`) also `issue/*` branches. #99

Closed serges147 closed 6 months ago

serges147 commented 6 months ago

The idea is to have for relatively big features/issues a "stable" buildable staging branch - where multiple consecutive the feature/issue-related PRs could be targeted - before the final merge to the main when everything is done - something similar to the git flow process. It's desirable that such issue/* branches will be automatically built by our git hub actions.

There is also proposition to establish minimal convention for such branch names, like:issue/NN_LABEL, where

thirtytwobits commented 6 months ago

Yeah +1. Like this idea.