From 56dea72409b54bb6c5165245e50e36f3e9d12adc Mon Sep 17 00:00:00 2001 From: slievrly Date: Thu, 21 Dec 2023 11:36:19 +0800 Subject: [PATCH] optimize: add ASF basic config Signed-off-by: slievrly --- .asf.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..039e9eec0 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,16 @@ +github: + description: "Apache Seata(incubating) Samples for Java" + homepage: https://seata.apache.org/ + enabled_merge_buttons: + squash: true + merge: false + rebase: false + dependabot_alerts: true + dependabot_updates: false + protected_branches: + master: {} + notifications: + commits: notifications@seata.apache.org + issues: dev@seata.apache.org + pullrequests: dev@seata.apache.org + discussions: notifications@seata.apache.org \ No newline at end of file