Skip to content

Commit

Permalink
minor update to ci-changelog success message (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Oct 8, 2024
1 parent b280d60 commit 6e26f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def join(fragments: list[str]) -> str:
if emsgs:
failure(emsgs)

success("Your changelog appears to be in an awesome condition. Great job! 👍")
success("Your changelog contribution looks good to me. Awesome job!")


def success(msg: str) -> None:
Expand All @@ -180,7 +180,7 @@ def success(msg: str) -> None:
.. versionadded:: 0.6.0
"""
summary(f"✔️ {msg}")
summary(f"🆗 {msg}")


def summary(msg: str) -> None:
Expand Down

0 comments on commit 6e26f58

Please sign in to comment.