Giter Club home page Giter Club logo

merged-prs's People

Contributors

promiseofcake avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

merged-prs's Issues

Issues with origin fetches

Users can fall into a use case where without specifying origin/ prepended to refs passed into the program a local diff will be used as opposed to origin fetches. It would be nice if there was a flag passed that could either auto-prepend origin/ or the inverse.

There is a use case where you want to determine merges between local branches, but this program is effectively optimized for communicating external changes to a team it would make more sense to diff off of remote.

One problem is with different remotes, such as origin and bitbucket etc. So perhaps it should be a flag that is passed or a config that assumes origin should be prepended.

@rodaine

Issues with workflows

Repositories which merge directly into Master require the ... comparison in order to get a ChangeLog, where as repos which have a dev branch and then cut master releases require the .. comparison in order to not catch hotfixes on Master.

Need to determine the best way to handle this.

Respect GITHUB_TOKEN when set

If the environment variable GITHUB_TOKEN is respected, then using this tool in a Github Action becomes trivial because Github Actions Authentication sets this automatically:

GitHub automatically creates a GITHUB_TOKEN secret to use in your workflow. You can use the GITHUB_TOKEN to authenticate in a workflow run.

This saves the step of having to create a temporary .merged-prs file.

Add a LICENSE

The license of the code isn't clear, so there'd be some uncertainty by anyone consuming it. It'd be great to know what your thoughts are with others forking and using this, and a license (e.g. MIT, BSD, etc) would clarify that.

Cheers.

Rewrite Program

The script went from a procedural PHP application to a first-stab-at-go program. Give it a proper rewrite!

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.