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 <[email protected]> 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 <[email protected]> (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
