Skip to content

Commit

Permalink
Merge pull request #14 from embroider-build/remove-invisible-character
Browse files Browse the repository at this point in the history
remove invisible character in unlabelled text
  • Loading branch information
mansona authored Feb 16, 2024
2 parents a6539b8 + 0f59d84 commit 096ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function fromPath(rootPath: string, options: ConfigLoaderOptions = {}): C
}

if (wildcardLabel && !labels[wildcardLabel]) {
labels[wildcardLabel] = ":present: Additional updates";
labels[wildcardLabel] = ":present: Additional updates";
}

if (!ignoreCommitters) {
Expand Down

0 comments on commit 096ddd4

Please sign in to comment.