aayushchugh/repository-commander

[BUG] :bug: We can't use emojis while using `/label` command

aayushchugh opened this issue ยท 0 comments

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

  1. Create new issue
  2. Use /label ๐Ÿ› bug command
  3. See 2 labels getting added

Anything else?

No response