From ae307b4d96f8634bccd987fdc9010b4e4330d9c8 Mon Sep 17 00:00:00 2001 From: slievrly Date: Wed, 20 Dec 2023 15:49:10 +0800 Subject: [PATCH 1/3] add ASF basic config --- .asf.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 00000000000..bc95b4550c0 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,44 @@ +github: + description: ":fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution." + homepage: https://seata.apache.org/ + labels: + - "mode: AT" + - "mode: TCC" + - "mode: SAGA" + - "mode: XA" + enabled_merge_buttons: + squash: true + merge: false + rebase: false + dependabot_alerts: true + dependabot_updates: false + protected_branches: + master: + required_status_checks: + strict: true + contexts: + - Required + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 + develop: + required_status_checks: + strict: true + contexts: + - Required + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 + 2.x: + required_status_checks: + strict: true + contexts: + - Required + 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 From c43e55c36ab08d1072b8d8323a8af7abc18ccbba Mon Sep 17 00:00:00 2001 From: slievrly Date: Wed, 20 Dec 2023 15:53:23 +0800 Subject: [PATCH 2/3] add change --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + 2 files changed, 2 insertions(+) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index e41930be386..cd39ceee6a4 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -25,6 +25,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6034](https://github.com/seata/seata/pull/6034)] using namespace from command line when deployment with helm charts - [[#6116](https://github.com/seata/seata/pull/6034)] remove lgtm.com stuff - [[#6145](https://github.com/seata/seata/pull/6145)] upgrade jettison to 1.5.4 +- [[#6174](https://github.com/seata/seata/pull/6174)] add ASF basic config ### security: - [[#6069](https://github.com/seata/seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 8d577b86690..3169f6667a1 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -24,6 +24,7 @@ - [[#6098](https://github.com/seata/seata/pull/6098)] 优化acquireMetadata方法的重试逻辑 - [[#6034](https://github.com/seata/seata/pull/6034)] 使用helm图表进行部署时使用命令行中的命名空间 - [[#6116](https://github.com/seata/seata/pull/6034)] 移除 lgtm.com +- [[#6174](https://github.com/seata/seata/pull/6174)] 增加 ASF 基础配置 ### security: - [[#6069](https://github.com/seata/seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞 From de6f23f996dae365c1140db141511d2d212a8f17 Mon Sep 17 00:00:00 2001 From: slievrly Date: Thu, 21 Dec 2023 13:44:26 +0800 Subject: [PATCH 3/3] add source header --- .asf.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index bc95b4550c0..fc197d0053f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,3 +1,19 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# github: description: ":fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution." homepage: https://seata.apache.org/