This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/master by this push:
new 6b07c67 YETUS-915 Update GitHub vote emojis for usability by color
blind folks (#73)
6b07c67 is described below
commit 6b07c679320cbb7f0a5d1521dfc29fe5b22efdd6
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]>
---
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