Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

ryanhiebert/probot-chain

Repository files navigation

Note: You probably don't need this

UPDATE: I have turned off the server. If you actually do need this, please let me know by opening an issue. I'm going to archive this repository in a couple of weeks.

GitHub will automatically change the base of pull requests that currently have their head set to the branch being deleted if the deleting is done automatically on merge or via the button on the pull request.

So if you merge a pull request, and then you click the "Delete branch" button:

Delete branch button

Then you'll see this on all the dependent pull requests:

Base automatically changed activity

And this also works if you have GitHub delete branches automatically on merge:

Automatically delete head branches checkbox in settings

So you probably don't need this. If you think you actually do need this, open up an issue and tell me. I'll probably delete this app in a while if you don't.

One particular case that might catch you up is that if you delete the branch via the git cli, it will NOT change the base branch of dependent pull requests, it will just close the issues. I expect that for most cases, though, having it delete head branches automatically, potentially combined with branch protection rules, will be the best way to deal with those cases.

probot-chain

Chain Logo

a GitHub App built with probot that makes it easy to manage chained pull requests.

Usage

Chain helps manage the drudgery of dealing with chained pull requests. When you open a pull request that is based on another pull request, simply make sure that the base branch is the head branch of the pull request that you're wanting to extend.

When the initial pull request is closed or merged, the follow-up pull request will automatically have it's base be changed to follow the base of the original pull request, so that your follow-up pull request is ready to merge.

Setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this app.

About

Chain GitHub Pull Requests

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published