Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes PR editing with the editor specified #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2019

  1. Fixes PR editing with the editor specified

    Instead of `exec`ing async, we can do a spawnSync and set it to inherit the standard input. Idea from https://stackoverflow.com/a/17110285/238845.
    scorchio authored Jul 12, 2019
    Configuration menu
    Copy the full SHA
    e96b4fb View commit details
    Browse the repository at this point in the history
  2. Code style fix

    scorchio authored Jul 12, 2019
    Configuration menu
    Copy the full SHA
    cd93d9b View commit details
    Browse the repository at this point in the history