heinrichreimer / action-github-changelog-generator

✏️ Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
MIT License
127 stars 34 forks source link

Allow space in label and tag names #20

Closed torarve closed 2 years ago

torarve commented 3 years ago

Changes

Similar to problem with addSections option fix described in #2 applies to most label settings. The project I am working on has labels with spaces and it is more work to go through and update all labels than fixing it in the source.

Implementation details

Used same solution a described in #2 .

nroduit commented 3 years ago

I have the same problem. Thank you for merging this PR.

torarve commented 2 years ago

@heinrichreimer Will you have time to look at this?