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 e2e tests for repo label cmds after we upgrade to newest v of octokit #606

Closed protoEvangelion closed 5 years ago

protoEvangelion commented 5 years ago

GitHubs api for adding labels to repo seems to have changed. We need to upgrade to the latest v of Octokit to retain this functionality.

protoEvangelion commented 5 years ago

Added.