You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/10/28 01:02:17 UTC

[incubator-echarts-bot] 22/32: fix: contributor should not be considered as committer

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

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

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