Giter Site home page Giter Site logo

probot-chain's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.