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/05/18 11:07:50 UTC

[echarts-bot] branch master updated: fix typo.

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 b5e3ac0  fix typo.
b5e3ac0 is described below

commit b5e3ac0cb85a90b98f5d3b62db72177d83102005
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue May 18 19:07:29 2021 +0800

    fix typo.
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index e5fb490..e282468 100644
--- a/index.js
+++ b/index.js
@@ -41,7 +41,7 @@ module.exports = (app) => {
     });
 
     app.on(['issues.closed'], context => {
-        // unlabel waiting-for: comminity if issue was closed by the author self
+        // unlabel waiting-for: community if issue was closed by the author self
         if (context.payload.issue.user.login === context.payload.sender.login) {
             return getRemoveLabel(context, 'waiting-for: community');
         }

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