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

Support setting one or more reviewers and one or more labels for a new pull request #743

Open mdelapenya opened 4 years ago

mdelapenya commented 4 years ago

Is your feature request related to a problem? Please describe.

Every time I send a PR I need to go to the UI to update reviewers and labels, when they are almost always basically the same.

Describe the solution you'd like

I'd expect a flag in the command line, or a config setup where it's possible to define default reviewers (not those who send the PR to, github reviewers) and default labels.

Describe alternatives you've considered

Going through the UI?

Additional context

NOOP

protoEvangelion commented 4 years ago

Thanks for the request @mdelapenya. Are you saying the ideal solution would be both a command line flag + the ability to add default reviewers / labels in ~/gh.json?

mdelapenya commented 4 years ago

Yes, that would be fabulous