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 <zwl.s...@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-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to