triagebot: avoid unnecessary line break in PR welcome message

This commit is contained in:
Jieyou Xu 2025-06-04 21:25:15 +08:00
parent 90529c8e54
commit 5404fd07ff
No known key found for this signature in database
GPG Key ID: 045B995028EA6AFC
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ days-threshold = 7
[assign.custom_welcome_messages] [assign.custom_welcome_messages]
welcome-message = "" welcome-message = ""
welcome-message-no-reviewer = """\ welcome-message-no-reviewer = """\
Thanks for the PR. If you have write access, feel free to merge this PR if it Thanks for the PR. If you have write access, feel free to merge this PR if it \
does not need reviews. You can request a review using `r? rustc-dev-guide` or does not need reviews. You can request a review using `r? rustc-dev-guide` or \
`r? <username>`. `r? <username>`.
""" """