Skip to content

Commit 5b5a139

Browse files
authored
Fix newlines in PR bot reply (#54803)
1 parent a3773ec commit 5b5a139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-modified-files.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ jobs:
125125
MESSAGE="Looks like you're introducing a change to the public API surface area."
126126
MESSAGE+=" If this includes breaking changes, please document them"
127127
MESSAGE+=" [on our wiki's API Breaking Changes page](https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes)."
128-
MESSAGE+="\n\nAlso, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up."
128+
MESSAGE+=$'\n\n'
129+
MESSAGE+="Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up."
129130
130131
if ./already_commented.sh "Looks like you're introducing a change to the public API surface area."; then
131132
echo "Already commented."

0 commit comments

Comments
 (0)