Shields: GitHub issues by label doesn鈥檛 support labels containing certain symbols

Created on 9 Aug 2018  路  4Comments  路  Source: badges/shields

Dont work "GitHub issues by-label" with npm scoped packages.
My issues label equal to the name of the module.

my shield dont work: https://img.shields.io/github/issues-raw/IgorNovozhilov/ndk/@ndk/cfg.svg
in github: https://github.com/IgorNovozhilov/ndk/labels/@ndk/cfg
in npmjs: https://www.npmjs.com/package/@ndk/cfg

shields: https://shields.io/#/examples/issue-tracking
shield: GitHub issues by-label

service-badge

Most helpful comment

the best, it's working

All 4 comments

Hey, thanks for your question.

I think what you want is this:
https://img.shields.io/github/issues-raw/IgorNovozhilov/ndk/cfg.svg

Hope that helps!

Yes, I have considered this decision earlier. But I wanted to use full module names as a name of label. Moreover, github allows you to do it.

Ahh, I gotcha. Your label has an @ and a slash in it: @ndk/cfg. Yea, that鈥檚 something we could fix.

the best, it's working

Was this page helpful?
0 / 5 - 0 ratings