micnncim / action-label-syncer

GitHub Action to sync GitHub labels in the declarative way
https://github.com/marketplace/actions/label-syncer
Apache License 2.0
197 stars 31 forks source link

Support hash symbol for color code #41

Open micnncim opened 4 years ago

micnncim commented 4 years ago

Resolve https://github.com/micnncim/action-label-syncer/issues/40

JaeSeoKim commented 2 years ago

May I know when this function can be reflected?

armsnyder commented 2 years ago

Hi, I opened a new PR for this #67 without first checking for open PRs, sorry. 🙏

Anyway I think there is a bug in this implementation since you are modifying the value of the iterator, not the original slice, since it is not a pointer.