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

Adding labels to PR-s #463

Open zsoltbalogh opened 7 years ago

zsoltbalogh commented 7 years ago

It would be great if we could automatically add labels to the pull requests. Example:

gh pr -s zsoltbalogh -b master -t "Staging PR test" --label staging --label priority

The request is similar to #327

DxCx commented 7 years ago

+1 for this feature request :)