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

Add comment to issue specified by title #466

Open epoberezkin opened 7 years ago

epoberezkin commented 7 years ago

Optionally create a new issue if the title not found. At the moment it shows error.

protoEvangelion commented 6 years ago

@epoberezkin I know it has been a while since you created this issue, but can you give me an example of what command you are running?

epoberezkin commented 6 years ago

That's a feature proposal, sorry if it wasn't clear. The idea is to refer to the issue by title, rather than by ID only E.g. gh is "my issue" --comment "Node GH rocks!" If it exists, the comment will be added, if it doesn't - the issue will be created.