imjohnbo / issue-bot

GitHub Actions powered Issue Bot 🦾
https://github.com/imjohnbo/issue-bot
MIT License
101 stars 31 forks source link

fix: label trim #9

Closed imjohnbo closed 4 years ago

imjohnbo commented 4 years ago

Fix for labels: each label will be trimmed at beginning and end.

Also, TIL String.replace() only works on the first occurrence if a regex isn't provided.