This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bot.git
commit a951e638e7503777b4c77486e870907013625058 Author: Ovilia <[email protected]> AuthorDate: Tue Jun 14 11:07:34 2022 +0800 feat: add new committers --- src/coreCommitters.js | 4 +++- src/util.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/coreCommitters.js b/src/coreCommitters.js index 7520cb8..c635e7d 100644 --- a/src/coreCommitters.js +++ b/src/coreCommitters.js @@ -12,7 +12,9 @@ const committers = [ 'yufeng04', 'chfw', 'alex2wong', - 'ClemMakesApps' + 'ClemMakesApps', + 'fuchunhui', + 'lefex' ]; function getCoreCommitters() { diff --git a/src/util.js b/src/util.js index 334772a..81400eb 100644 --- a/src/util.js +++ b/src/util.js @@ -1,4 +1,4 @@ -const text = require('./src/text'); +const text = require('./text'); function removeCodeAndComment(body) { return body --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
