BigSamu / OpenSearch_Changelog_Workflow

A reusable workflow for automating changelog and release notes generation processes for OpenSearch repos
Apache License 2.0
0 stars 4 forks source link

Trim Changelog Description Before Checking Length #4

Closed JohnathonBowers closed 9 months ago

JohnathonBowers commented 9 months ago

Before the workflow checks the length of changelog descriptions, it should add the trim() method to remove whitespace from both ends of the description.

BigSamu commented 9 months ago

Closing this issue. PR #13 created solving this problem