sucessfully (#869)

* sucessfully

* Create 869.misc

---------

Co-authored-by: Will Hunt <will@half-shot.uk>
This commit is contained in:
Simon Quigley 2023-12-29 10:24:49 -06:00 committed by GitHub
parent 6a23dc7854
commit 3af2aa7032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/869.misc Normal file
View File

@ -0,0 +1 @@
Fix spelling of "successfully".

View File

@ -315,7 +315,7 @@ const EMOJI_TO_REVIEW_STATE = {
};
const WORKFLOW_CONCLUSION_TO_NOTICE: Record<WorkflowRunCompletedEvent["workflow_run"]["conclusion"], string> = {
success: "completed sucessfully 🎉",
success: "completed successfully 🎉",
failure: "failed 😟",
neutral: "completed neutrally 😐",
cancelled: "was cancelled 🙅",