You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by bu...@apache.org on 2019/10/18 19:07:45 UTC

[yetus] 02/04: YETUS-915 Update GitHub vote emojis for usability by color blind folks (#73)

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch YETUS-920
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit 0d55642b575aa81cf61ab9e97304adbc4faddcf6
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Sep 27 01:54:24 2019 +0800

    YETUS-915 Update GitHub vote emojis for usability by color blind folks (#73)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    (cherry picked from commit 6b07c679320cbb7f0a5d1521dfc29fe5b22efdd6)
---
 precommit/src/main/shell/test-patch.d/github.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/precommit/src/main/shell/test-patch.d/github.sh b/precommit/src/main/shell/test-patch.d/github.sh
index e350270..14ec453 100755
--- a/precommit/src/main/shell/test-patch.d/github.sh
+++ b/precommit/src/main/shell/test-patch.d/github.sh
@@ -626,16 +626,16 @@ function github_finalreport
         emoji=""
         case ${vote} in
           1|"+1")
-            emoji=":green_heart:"
+            emoji="+1 :green_heart:"
           ;;
           -1)
-            emoji=":broken_heart:"
+            emoji="-1 :x:"
           ;;
           0)
-            emoji=":blue_heart:"
+            emoji="+0 :ok:"
           ;;
           -0)
-            emoji=":yellow_heart:"
+            emoji="-0 :warning:"
           ;;
           H)
             # this never gets called (see above) but this is here so others know the color is taken