mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
sucessfully (#869)
* sucessfully * Create 869.misc --------- Co-authored-by: Will Hunt <will@half-shot.uk>
This commit is contained in:
parent
6a23dc7854
commit
3af2aa7032
1
changelog.d/869.misc
Normal file
1
changelog.d/869.misc
Normal file
@ -0,0 +1 @@
|
||||
Fix spelling of "successfully".
|
@ -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 🙅",
|
||||
|
Loading…
x
Reference in New Issue
Block a user