[badge] web端 shape 增加角标 ribbon-right/ribbon-left/triangle-right/triangle-left #1
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
| # 当 issue 被创建时,自动回复引导完善信息 | |
| name: issue-welcome | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| call-issue-welcome: | |
| uses: TDesignOteam/workflows/.github/workflows/reusable-issue-welcome.yml@main |