Code Monkey home page Code Monkey logo

unir's Introduction

robot dancing

unir

unir (verb): to combine, to mix together

Utilizing the built in Github review system unir makes it so that code merge is handled autonomously! All you need to do is Approve changes on the Github UI and unir will take care of the rest!

Building

make build

Installation!

To start using unir first add a configuration file called .unir.yml to the base directory of your master branch.

Example .unir.yml:

# The list of people who can trigger an auto-merge with approvals
whitelist:
    - seemethere
    - botmethere

# At least 2 approvals are needed for auto-merging
approvals_needed: 2

# If one review requests changes, unir will not merge automatically
consensus_needed: true

Github installation:

Installation for your repo is simple just use the following URL to add unir to your project!

https://github.com/apps/unir

unir's People

Contributors

botmethere avatar corbin-coleman avatar seemethere avatar unir[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

unir's Issues

Support Github organization teams

Example:

.unir.yml

whitelist:
  - docker/release-engineering
  - kubernetes/maintainers
  - my_org/my-team

Any members of those teams should be able to approve pull requests in that repository regardless if they repository is actually owned by those teams.

Implementation ideas:

This can be implemented by adding an expanding teams to all members when doing the whitelist check and then caching those teams with a TTL so that we don't have to do that check every time (although it probably won't be that expensive to do that).

Since github usernames cannot contain anything outside of alphanumeric characters and hyphens we can only expand whitelist members that contain a slash character

Commit statuses for unir should not trigger merges

With the inclusion of #12 we should not have commit statuses trigger a successful merge scenario since this would cause a double merge scenario as seen in:

unir_1   | time="2018-04-02T22:11:16Z" level=info msg="Agreement reached! Merging https://github.com/seemethere/unir/pull/13"
unir_1   | time="2018-04-02T22:11:17Z" level=info msg="Merge successful for https://github.com/seemethere/unir/pull/13"
unir_1   | time="2018-04-02T22:11:18Z" level=info msg="Agreement reached! Merging https://github.com/seemethere/unir/pull/13"
unir_1   | time="2018-04-02T22:11:19Z" level=error msg="Merge failed for https://github.com/seemethere/unir/pull/13: , PUT https://api.github.com/repos/seemethere/unir/pulls/13/merge: 405 Pull Request is not mergeable []"

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.