-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7944f48
commit 3dd2512
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
- commits: | ||
- subject: Fix parsing of inputs with commas and newlines | ||
hash: 7226c89909e9d2acf59c5399dea2516da8b8eb9d | ||
body: | | ||
Currently inputs with both commas and newlines are | ||
being parsed as multiple separators. | ||
|
||
This change ensures we match both whitespace and commas | ||
and replace them with a single comma. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Kyle Harding <[email protected]> | ||
signed-off-by: Kyle Harding <[email protected]> | ||
author: Kyle Harding | ||
nested: [] | ||
version: 19.8.3 | ||
title: "" | ||
date: 2025-01-20T21:38:52.420Z | ||
- commits: | ||
- subject: Filter the current tag for merge events | ||
hash: 2faed229f285ba2ee0747986aef1c0762d9020f6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters