From 7927335303e28803b5a7bc0c1fe8191b75f8587b Mon Sep 17 00:00:00 2001 From: Z-HUANT <55943045+Z-HUANT@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:08:53 +0800 Subject: [PATCH] fix: asf invalid notification scheme 'discussions_comment' (#2250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix:asf invalid notification scheme 'discussions_status' --------- Co-authored-by: zhuangpengtao Co-authored-by: imbajin --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 31d31dd557..f83048d7b3 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -58,4 +58,3 @@ notifications: issues_status: dev@hugegraph.apache.org issues_comment: issues@hugegraph.apache.org discussions: dev@hugegraph.apache.org - discussions_comment: issues@hugegraph.apache.org