From commits-return-1380-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Thu Sep 26 17:54:30 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 372E41804BB for ; Thu, 26 Sep 2019 19:54:30 +0200 (CEST) Received: (qmail 91063 invoked by uid 500); 26 Sep 2019 17:54:29 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 91034 invoked by uid 99); 26 Sep 2019 17:54:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2019 17:54:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D8A1E81E73; Thu, 26 Sep 2019 17:54:28 +0000 (UTC) Date: Thu, 26 Sep 2019 17:54:28 +0000 To: "commits@yetus.apache.org" Subject: [yetus] branch master updated: YETUS-915 Update GitHub vote emojis for usability by color blind folks (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156952046865.27765.7506645292331812100@gitbox.apache.org> From: busbey@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: yetus X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0e967c621535a31027aca69efba56e64a5966d0b X-Git-Newrev: 6b07c679320cbb7f0a5d1521dfc29fe5b22efdd6 X-Git-Rev: 6b07c679320cbb7f0a5d1521dfc29fe5b22efdd6 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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 --- 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