parkr / auto-reply

:loop: Handle GitHub webhooks and manage issues on your repositories. Used to run @jekyllbot, now at github.com/jekyll/jekyllbot
https://byparker.com/go/auto-reply
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

Add descriptions and emojis to labels #38

Closed DirtyF closed 4 years ago

DirtyF commented 6 years ago

https://github.com/blog/2505-label-improvements-emoji-descriptions-and-more

Right now if a label is modified, jekyllbot creates a new one, leading to duplicates:

https://github.com/jekyll/jekyll/labels

parkr commented 5 years ago

Go allows Unicode so you should be able to update the list to include emoji :smile:

When the code is looking for similarities, we could be smarter and strip to ascii and lowercase label names. Then we could replace the non-emojified label with the emojified label!