AbsaOSS / generate-release-notes

Efficiently automate your release note generation with 'generate-release-notes'. This tool scans your target GitHub repository's issues, sorting and organizing them into well-formatted release notes. Perfect for maintaining a streamlined and organized release process.
Apache License 2.0
5 stars 0 forks source link

skip-release-notes should allow multiple entires #45

Open benedeki opened 3 months ago

benedeki commented 3 months ago

Background

skip-release-notes setting of the action allows to mar Issues that the contributors don't want to have release notes for. But one value is not enough. It's enough for explicit setting, but it would be convenient to add whole groups of issues. Like questions or releases, which usually have their own labels.

Feature

Allow skip-release-notes to accept a set of values, not just one.