Skip to content

Commit

Permalink
chore: auto merge branchs (#35729)
Browse files Browse the repository at this point in the history
chore: next merge feature
  • Loading branch information
github-actions[bot] committed May 25, 2022
2 parents 8b802bb + 8ae2786 commit 948ac78
Show file tree
Hide file tree
Showing 13 changed files with 6,018 additions and 1,123 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/issue-open-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
* Ant Motion: https://motion.ant.design
## 国内镜像
* Ant Design: http://ant-design.gitee.io
* 官方镜像: https://ant-design.antgroup.com/
* Gitee 镜像: http://ant-design.gitee.io
* Ant Design 3.x: http://ant-design-3x.gitee.io
* Ant Design 2.x: http://ant-design-2x.gitee.io
* Ant Design 1.x: http://ant-design-1x.gitee.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Check CI

on:
schedule:
- cron: "*/10 * * * *"
- cron: "*/5 * * * *"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion components/collapse/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A content area which can be collapsed and expanded.
| --- | --- | --- | --- | --- |
| collapsible | Specify whether the panel be collapsible or the trigger area of collapsible | `header` \| `disabled` | - | 4.9.0 |
| extra | The extra element in the corner | ReactNode | - | |
| forceRender | Forced render of content on panel, instead of lazy rending after clicking on header | boolean | false | |
| forceRender | Forced render of content on panel, instead of lazy rendering after clicking on header | boolean | false | |
| header | Title of the panel | ReactNode | - | |
| key | Unique key identifying the panel from among its siblings | string \| number | - | |
| showArrow | If false, panel will not show arrow icon | boolean | true | |

0 comments on commit 948ac78

Please sign in to comment.