Skip to content

Commit

Permalink
optimize: fix asf.yaml parse error (#6194)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Dec 22, 2023
1 parent f579e07 commit 2ed693b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ 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"
- at
- tcc
- saga
- xa
enabled_merge_buttons:
squash: true
merge: false
Expand Down
1 change: 1 addition & 0 deletions changes/en-us/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6178](https://github.com/apache/incubator-seata/pull/6178)] update the header of Apache License
- [[#6186](https://github.com/apache/incubator-seata/pull/6186)] update README.md(update mailing list and repository urls)
- [[#6184](https://github.com/apache/incubator-seata/pull/6184)] update NOTICE file
- [[#6194](https://github.com/apache/incubator-seata/pull/6194)] fix asf.yaml parse error
- [[#6116](https://github.com/seata/seata/pull/6116)] rewrite NettyPoolKey's hashcode and equals to fix duplicate construction of channel object pools

### security:
Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- [[#6178](https://github.com/apache/incubator-seata/pull/6178)] 更新Apache License头信息
- [[#6186](https://github.com/apache/incubator-seata/pull/6186)] 更新README.md(更新邮件列表和一些生态访问链接)
- [[#6184](https://github.com/apache/incubator-seata/pull/6184)] 更新NOTICE文件
- [[#6194](https://github.com/apache/incubator-seata/pull/6194)] 修复 asf.yaml 解析错误问题
- [[#6116](https://github.com/seata/seata/pull/6116)] 重写NettyPoolKey的hashcode和equals,修复了channel对象池重复构建问题

### security:
Expand Down

0 comments on commit 2ed693b

Please sign in to comment.