You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/04/20 02:00:13 UTC

[incubator-echarts-bot] branch master updated: fix: contributor should not be considered as committer

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

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new be9ebad  fix: contributor should not be considered as committer
be9ebad is described below

commit be9ebad0753d4353746ed5af8ba743f8fd5c48f8
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Apr 20 09:59:35 2020 +0800

    fix: contributor should not be considered as committer
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index f93bd41..0563fc7 100644
--- a/index.js
+++ b/index.js
@@ -173,5 +173,5 @@ function replaceAll(str, search, replacement) {
 }
 
 function isCommitter(auth) {
-    return auth === 'COLLABORATOR' || auth === 'MEMBER' || auth === 'OWNER' || auth === 'CONTRIBUTOR';
+    return auth === 'COLLABORATOR' || auth === 'MEMBER' || auth === 'OWNER';
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org