-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Formalize process for PRs that require changes on test repos #2278
Comments
An idea: If we want to keep a split of between |
This also begs the question... how do we manage cases where 2 PRs are reviewed at the same time, and both require changes. We can't merge both into the tutorial's |
It also brings up a semi-concern. The current approach is to merge things into the tutorial's |
The above 2 comments lead me to believe that we may want to find a mechanism to have the CI run on ad-hoc branches, or at least re-label |
Feature Description
CI now runs checks on external repositories such as https://github.com/fprime-community/fprime-workshop-led-blinker
When a user makes a PR that proposes a change that requires a change of how to use F´, this will result in breakage of the CI.
For now, we have a
devel
branch where users can make a PR and make the appropriate change (e.g. see fprime-community/fprime-workshop-led-blinker#38)This becomes weird because we want
master
to host the latest docs, anddevel
to host the compatible version withdevel
of core F´... which leads to master and devel diverging.Let's formalize (maybe rework?) and capture that process.
The text was updated successfully, but these errors were encountered: