Giter VIP home page Giter VIP logo

merge-all-the-prs's Introduction

merge-all-the-prs

./script.pl [--help] [--token TOKEN] [--remote REMOTE] [--base BASE] [--label LABEL] [--continue] FOLDER BRANCH

Merges open pull requests onto a new local branch. 

Arguments:

    FOLDER
        Local folder the git repository can be found in.
    BRANCH
        Name of new branch to create locally. Any existing branch may be overwritten.
    --help
        Print this message and exit.
    --auth AUTH
        Optional. GitHub API Credentials in the form "user:password" to use for requests to GitHub. 
        "password" may be a personal access token. Defaults to using no authorization.
    --remote REMOTE
        Optional. git remote to use for communication with GitHub. Defaults to 'origin'.
    --base BASE
        Base branch to start process from. Defaults to 'master'. 
    --label LABEL
        Optional label to filter pull requests by.
    --collabs
        When provided and filtering is enabled (via --label), allow only PRs from collaborators with
        push access to the repository. 
    --continue
        By default, if a pull request fails to merge the process is aborted and an error is thrown.
        This flag overrides the behaviour and simply skips the problematic pull requests.

Note that this script is not secured against malicious arguments.

Dependencies

merge-all-the-prs's People

Contributors

tkw1536 avatar

Watchers

James Cloos avatar  avatar  avatar

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.