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

`gh pr --submit` not working #759

Closed Woollim closed 4 years ago

Woollim commented 4 years ago

Version number 2.8.5

Describe the bug gh pr --submit not working

To Reproduce

  1. move to PR request branch
  2. enter gh pr --submit Woollim
  3. see error

Expected behavior PR Submit Success

Screenshots 이미지 2020  2  10  오후 1 42

Additional context Add any other context about the problem here.

Woollim commented 4 years ago

This issue is solved The reason of this issue is that i didn't specify a Repository Owner So you should write in the following grammar.

gh pr --sumit [Repository Owner or Organization]

thanks 😊

protoEvangelion commented 4 years ago

Thanks for the suggestion @Woollim adding that to the readme now :)