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 2021/11/29 13:09:33 UTC

[echarts-bot] branch master updated: not comment anymore when an issue was opened

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/echarts-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 6237300  not comment anymore when an issue was opened
6237300 is described below

commit 62373008af7f98f7099468a69b975d977e932e2d
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Mon Nov 29 21:07:08 2021 +0800

    not comment anymore when an issue was opened
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index f46755d..3aa96b4 100644
--- a/index.js
+++ b/index.js
@@ -11,7 +11,7 @@ module.exports = (/** @type import('probot').Probot */ app) => {
 
         await issue.init();
 
-        await commentIssue(context, text.ISSUE_CREATED);
+        // await commentIssue(context, text.ISSUE_CREATED);
 
         const addLabels = issue.addLabels.length
             && context.octokit.issues.addLabels(

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