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

Fix error with destructuring variables from extractPullRequestData #27

Closed JohnathonBowers closed 7 months ago

JohnathonBowers commented 7 months ago

This PR fixes an error in the destructuring assignment in index.js by surrounding the entire assignment, rather than just the variables, in parentheses.