node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

feat(pull-request.ts): prefixes each branch name with "Branch:" to make it easier to see separations #632

Closed drewbrokke closed 5 years ago

drewbrokke commented 5 years ago

Effect on table view:

screen shot 2019-02-15 at 2 14 45 pm

Effect on list view:

screen shot 2019-02-15 at 2 11 48 pm
drewbrokke commented 5 years ago

@protoEvangelion FYI The change to the branch line is potentially a breaking change for anyone who uses gh as part of any other scripts.

protoEvangelion commented 5 years ago

Do the tests fail locally for you?

protoEvangelion commented 5 years ago

nvm we are good to go. I will merge this along with the octokit upgrade upgrade commits once those are finished.

protoEvangelion commented 5 years ago

Merged in v2 release.