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:04 UTC

[incubator-echarts-bot] 09/32: change label name

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 1b3abb0671b3a85ae1a83d9170b9183e50911607
Author: Ovilia <zw...@gmail.com>
AuthorDate: Sat Aug 31 16:47:11 2019 +0800

    change label name
---
 src/issue.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/issue.js b/src/issue.js
index 1d1d770..0b3472e 100644
--- a/src/issue.js
+++ b/src/issue.js
@@ -45,11 +45,11 @@ class Issue {
                 break;
             case 'edited':
                 this.response = ISSUE_UPDATED;
-                this.removeLabels.push('waiting-for-help');
+                this.removeLabels.push('waiting-for: help');
                 break;
         }
 
-        this.addLabels.push('waiting-for-help');
+        this.addLabels.push('waiting-for: help');
         this.addLabels.push('pending');
         this.addLabels.push(this.issueType);
 


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