diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 00000000000..fc197d0053f --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,60 @@ +# +# 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/ + 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 diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index ceb4b67c269..2c6448a0dc7 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -26,6 +26,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#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 - [[#6164](https://github.com/seata/seata/pull/6164)] redis registry push empty protection optimize +- [[#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 ae4faa975ce..ab368d0982c 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -25,6 +25,7 @@ - [[#6034](https://github.com/seata/seata/pull/6034)] 使用helm图表进行部署时使用命令行中的命名空间 - [[#6116](https://github.com/seata/seata/pull/6034)] 移除 lgtm.com - [[#6164](https://github.com/seata/seata/pull/6164)] redis 注册中心推空保护优化 +- [[#6174](https://github.com/seata/seata/pull/6174)] 增加 ASF 基础配置 ### security: - [[#6069](https://github.com/seata/seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞