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
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
Most helpful comment
the best, it's working