[TagInput] 声明 label 后内容垂直对齐不居中 #4
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
| # 当打上 "help wanted" 标签时,自动留言引导社区贡献 | |
| name: issue-help-wanted | |
| on: | |
| issues: | |
| types: [labeled] | |
| jobs: | |
| call-issue-help-wanted: | |
| uses: TDesignOteam/workflows/.github/workflows/reusable-issue-help-wanted.yml@main |