issue-need-reproduce #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
| # 当打上 "Need Reproduce" 标签时,自动提示提供重现实例 | |
| name: issue-need-reproduce | |
| on: | |
| issues: | |
| types: [labeled] | |
| jobs: | |
| call-issue-need-reproduce: | |
| uses: TDesignOteam/workflows/.github/workflows/reusable-issue-need-reproduce.yml@main |