Skip to content

Commit

Permalink
improve emoji choices
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 17, 2024
1 parent b64fb92 commit 93ea432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bioimageio_collection_backoffice/_backoffice.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def publish(
notify_uploader(
published,
"was published! 🎉",
f"Thank you for contributing {published.id} to bioimage.io!\n"
f"Thank you for contributing {published.id} to bioimage.io! 🙏.\n"
+ f"Check it out at {published.bioimageio_url}\n",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TestingStatus(_DraftStatusBase, frozen=True):
class AwaitingReviewStatus(_DraftStatusBase, frozen=True):
name: Literal["awaiting review"] = "awaiting review"
description: str = (
"Thank you for your contribution! 🎉"
"Thank you for your contribution! 💪"
"Our bioimage.io maintainers will take a look soon. 🦒"
)
step: Literal[4] = 4
Expand Down

0 comments on commit 93ea432

Please sign in to comment.