Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(parse-commit): allow whitespace in file names #64

Merged
merged 1 commit into from
Jun 14, 2022

Conversation

kv979w
Copy link
Contributor

@kv979w kv979w commented May 6, 2022

Proposed Changes

Update regex for files added, removed, or modified to allow whitespace in the parsed commit output.

Resolves: #63

Types of changes

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Test Plan and Documentation

Updated unit tests and ran integration tests locally.

Further comments

N\A

Update regex for files added, removed, or modified to allow whitespace in the parsed commit output.

Resolves: wayfair#63
@kv979w kv979w marked this pull request as ready for review May 6, 2022 15:16
@GaryPWhite GaryPWhite merged commit b9802e7 into wayfair:main Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If the file name contains spaces, the value of filesAdded.path is not expected
2 participants