You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A green branch which contains snapshots of the primary merge target (from when its build passes)
The aforementioned primary merge target (master, main, dev, whatever)
A branch with new changes, based off green (to provide a known good base branch) but to be merged into the primary merge target.
Currently with PR train the merge target and base branch are assumed to be the same (in .pr-train.yml that is). It would be nice if another branch option could be specified (rebase-branch-name as an example).
The text was updated successfully, but these errors were encountered:
Take the following branching structure:
green
branch which contains snapshots of the primary merge target (from when its build passes)master
,main
,dev
, whatever)green
(to provide a known good base branch) but to be merged into the primary merge target.Currently with PR train the merge target and base branch are assumed to be the same (in
.pr-train.yml
that is). It would be nice if another branch option could be specified (rebase-branch-name
as an example).The text was updated successfully, but these errors were encountered: