|
|
|
|
|
by eru
2351 days ago
|
|
> But prevent a merge request from being merged to your trunk branch until everything is green. You want to go even further: only merge feature branches were you know that they won't break master after the merge. Some feature branches might pass tests by themselves, but something has changed with master since they were branched off. Bors (https://bors.tech/) helps with that. |
|