From 9a587705cabbbd11adb346322de08031fdf1c490 Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Fri, 22 Dec 2023 20:33:55 +0800 Subject: [PATCH] bugfix: asf config file format error (#6196) --- .asf.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 52ac15817b0..9930423238d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -53,8 +53,8 @@ github: required_pull_request_reviews: dismiss_stale_reviews: true required_approving_review_count: 1 - notifications: - commits: notifications@seata.apache.org - issues: dev@seata.apache.org - pullrequests: dev@seata.apache.org - discussions: dev@seata.apache.org \ No newline at end of file +notifications: + commits: notifications@seata.apache.org + issues: dev@seata.apache.org + pullrequests: dev@seata.apache.org + discussions: dev@seata.apache.org \ No newline at end of file