micnncim / action-label-syncer

GitHub Action to sync GitHub labels in the declarative way

Home Page:https://github.com/marketplace/actions/label-syncer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow # prefix for color values

jasonkuhrt opened this issue · comments

Then we can render previews for color in vscode for example.

image

The text after # prefix is considered as a comment, so it's an invalid value, right?

True, it would have to be quoted (by the user).

Ok, I'll support that feature.