We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 239486f + 052ae11 commit 5f4789aCopy full SHA for 5f4789a
1 file changed
.github/actions/replicate/replicate.ts
@@ -86,7 +86,7 @@ export const generateInternalIssueContentFromPayload = async (payload: WebhookPa
86
// And with the current situation, the robot with Read access cannot add labels to the issue
87
result.body = `Original external [issue](${issue.html_url})
88
89
-Sumitted by [${issue.user.login}](${issue.user.html_url})
+Submitted by [${issue.user.login}](${issue.user.html_url})
90
91
${issue.body? issue.body : ""}`
92
0 commit comments