Y
Hacker News
new
|
ask
|
show
|
jobs
by
dalore
880 days ago
Huh, Gitlab does have "depends on MR" merging which will block until all the dependent MRs have been merged. Including on other projects.
1 comments
progval
879 days ago
Either the second one includes the first one's commits so the second one's diff is unreadable, or it doesn't and the CI fails because it's missing the features introduced by the first one (or merge-conflicts).
link
dalore
875 days ago
You can have merge trains where it will build the MR based on the MRs that are merging to master.
link