手机端和TV端同步 #2
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
| name: Issue Lack of Information | |
| on: | |
| issues: | |
| types: [labeled] | |
| jobs: | |
| create-comment: | |
| runs-on: ubuntu-latest | |
| if: github.event.label.name == 'lack of information' | |
| steps: | |
| - name: Create comment | |
| uses: actions-cool/issues-helper@v3.6.0 | |
| with: | |
| actions: 'create-comment' | |
| issue-number: ${{ github.event.issue.number }} | |
| body: | | |
| Hello @${{ github.event.issue.user.login }}, please fill in the issue template and describe the problem in detail. Issues labeled by `lack of information` will be closed if no activities in 3 days. |