Skip to content
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

Logically separate main branch and base branch #32

Open
Silic0nS0ldier opened this issue Mar 26, 2021 · 0 comments
Open

Logically separate main branch and base branch #32

Silic0nS0ldier opened this issue Mar 26, 2021 · 0 comments

Comments

@Silic0nS0ldier
Copy link

Take the following branching structure:

  1. A green branch which contains snapshots of the primary merge target (from when its build passes)
  2. The aforementioned primary merge target (master, main, dev, whatever)
  3. 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant