Skip to content

Commit 784dcc0

Browse files
xcorailyo-h
andauthored
Update .github/actions/replicate/replicate.ts
Co-authored-by: yo-h <55373593+yo-h@users.noreply.github.com>
1 parent 9884562 commit 784dcc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/replicate/replicate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const COMMENT_SCORING = `## Scoring
3636
- [ ] Accept
3737
`
3838

39-
const COMMENT_FIRST_SUBMISSION = `## :tada: Fist submission for this user :tada:`
39+
const COMMENT_FIRST_SUBMISSION = `## :tada: First submission for this user :tada:`
4040

4141
export const generateInternalIssueContentFromPayload = async (payload: WebhookPayload): Promise<Issue | undefined> => {
4242
const issue = payload.issue

0 commit comments

Comments
 (0)