Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2022-06-18 03:54:45 +0300
committerGitHub <noreply@github.com>2022-06-18 03:54:45 +0300
commit10b1fd98b06a4a2c590a14c95ff412227f79010e (patch)
tree270a8a9c590297d15609961b465f0b9c39a8a9a5 /.github
parent36e14568e7cfcb12bcf7bcc04f7a7bfb7c071030 (diff)
Add missing @-sign. (#42270)
Diffstat (limited to '.github')
-rw-r--r--.github/fabricbot.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/fabricbot.json b/.github/fabricbot.json
index 7ff659765a..3a8346df58 100644
--- a/.github/fabricbot.json
+++ b/.github/fabricbot.json
@@ -3367,7 +3367,7 @@
{
"name": "addReply",
"parameters": {
- "comment": "${issueAuthor}, this change will be considered for inclusion in the blog post for the release it'll ship in. Nice work!\n\nPlease ensure that the original comment in this thread contains a clear explanation of what the change does, why it's important (what problem does it solve?), and, if relevant, include things like code samples and/or performance numbers.\n\nThis content may not be exactly what goes into the blog post, but it will help the team putting together the announcement.\n\nThanks!"
+ "comment": "@${issueAuthor}, this change will be considered for inclusion in the blog post for the release it'll ship in. Nice work!\n\nPlease ensure that the original comment in this thread contains a clear explanation of what the change does, why it's important (what problem does it solve?), and, if relevant, include things like code samples and/or performance numbers.\n\nThis content may not be exactly what goes into the blog post, but it will help the team putting together the announcement.\n\nThanks!"
}
}
]