[BUG] :bug: We can't use emojis while using `/label` command
aayushchugh opened this issue ยท 0 comments
aayushchugh commented
Current Behaviour
when we use /label
command and use label in that its not working
/label ๐ bug
this command will add 2 labels one will be bug
and other will be ๐
Expected Behaviour
instead of creating 2 lables it should only add one label
we can change command from /label ๐ bug
to /label "๐ bug"
and split the labels with " "
instead of space
Steps To Reproduce
- Create new issue
- Use
/label ๐ bug
command - See 2 labels getting added
Anything else?
No response