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

[feature request] easier incremental merging of PRs #12

Open
alextreppass opened this issue Jun 5, 2019 · 0 comments
Open

[feature request] easier incremental merging of PRs #12

alextreppass opened this issue Jun 5, 2019 · 0 comments

Comments

@alextreppass
Copy link

Typically, I merge my approved PRs one by one (because combined branches feel more scary, esp if reverted)

What I usually end up doing is:

  • merge the head of the train to master
  • chop off the head in the train file
  • rebase the new head against master
  • run the train again to propagate changes
  • open the head PR on github, change the base
  • re-run the build
  • then merge the new head

... repeat the above for every PR in the train.

Could git pr train do something smart like:

  • recognise when earlier branches are now in master, chop them off the train, and update the base using the GH API?
  • gain an optional comment to auto-add as a reply to updated PRs (use case would be auto-running CI)
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