mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-04 14:08:20 -06:00
Fix newlines in PR bot reply (#54803)
This commit is contained in:
parent
a3773ec590
commit
5b5a139ef1
3
.github/workflows/pr-modified-files.yml
vendored
3
.github/workflows/pr-modified-files.yml
vendored
@ -125,7 +125,8 @@ jobs:
|
||||
MESSAGE="Looks like you're introducing a change to the public API surface area."
|
||||
MESSAGE+=" If this includes breaking changes, please document them"
|
||||
MESSAGE+=" [on our wiki's API Breaking Changes page](https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes)."
|
||||
MESSAGE+="\n\nAlso, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up."
|
||||
MESSAGE+=$'\n\n'
|
||||
MESSAGE+="Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up."
|
||||
|
||||
if ./already_commented.sh "Looks like you're introducing a change to the public API surface area."; then
|
||||
echo "Already commented."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user