fix(menu): 修复子菜单图标间隔 #10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 当 comment 中回复类似 "Duplicate of #111" 时,自动打标签并关闭 issue | |
| name: issue-mark-duplicate | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| jobs: | |
| call-issue-mark-duplicate: | |
| uses: TDesignOteam/workflows/.github/workflows/reusable-issue-mark-duplicate.yml@main |