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

Enable auto-rebasing of other PRs #2

Open
mhamann opened this issue Feb 5, 2018 · 0 comments
Open

Enable auto-rebasing of other PRs #2

mhamann opened this issue Feb 5, 2018 · 0 comments

Comments

@mhamann
Copy link
Owner

mhamann commented Feb 5, 2018

When merging a PR into a branch via GitHub, other PRs may become out of date if they also target that same branch.

In order to ensure all branches are up to date, enumerate open PRs that target the just updated branch, then rebase them and force push them back to the remote repo in the same branch as the PR was originally opened.

The rebase must be successful with zero conflicts prior to pushing updated code to the branch.

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

No branches or pull requests

1 participant