Skip to content

Commit

Permalink
sucessfully (#869)
Browse files Browse the repository at this point in the history
* sucessfully

* Create 869.misc

---------

Co-authored-by: Will Hunt <[email protected]>
  • Loading branch information
tsimonq2 and Half-Shot authored Dec 29, 2023
1 parent 5c5bdd5 commit 004dfde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/869.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix spelling of "successfully".
2 changes: 1 addition & 1 deletion src/Connections/GithubRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 🙅",
Expand Down

0 comments on commit 004dfde

Please sign in to comment.