github-labels icon indicating copy to clipboard operation
github-labels copied to clipboard

Add github labels automatically

Results 13 github-labels issues
Sort by recently updated
recently updated
newest added

It seems it should work but it didn't for me (and error is not clear enough) ``` $ labels ... a-private/repo >> No permission, enter your username and password: [?]...

Scuse me for being silly, but How do I set my oauth token for the bin to pick up?

``` >> No permission, enter your username and password: [?] username: midenok [?] password: *** Token created! >> Authorize error ```

This is clearly abandoned but does it still work? If not, is there any alternative?

Hello, While trying to authenticate using personal access tokens, the authentication is always failing at https://github.com/popomore/github-labels/blob/b35147b87bb3cc17440a4a569bc9f7478651a8f6/lib/auth.js#L67 I am not sure if this has something to do with the latest API...

Upgrade the REST library, and simplify auth by using token-based auth only.

That would be nice. Label description is a new GitHub feature: https://blog.github.com/2018-02-22-label-improvements-emoji-descriptions-and-more/ > Add descriptions to your labels to provide even more context and help your contributors apply the right...

I tried several options when trying to insert my custom labels to a repo and both failed with the same output (shown below): ```bash >> No permission, enter your username...

resolves https://github.com/popomore/github-labels/issues/19 https://github.com/popomore/github-labels/issues/17 https://github.com/popomore/github-labels/issues/25 https://github.com/popomore/github-labels/issues/28

`github-labels` depends of `github` [deprecated](https://www.npmjs.com/package/github) package, which depends of ` [email protected]` package that has a security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2018-3736 ![image](https://user-images.githubusercontent.com/4225430/50141912-0221aa00-02a9-11e9-847e-d88387d72a45.png) You may replace `github` with `@octokit/rest`