File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1616 token : ${{ secrets.GITHUB_TOKEN }}
1717 issue-number : ${{ github.event.issue.number }}
1818 body : |
19- Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome PR 。
19+ Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, PR wanted 。
2020
2121 你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈,欢迎 PR。
Original file line number Diff line number Diff line change 1+ name : Issue Reply
2+
3+ on :
4+ issues :
5+ types : [labeled]
6+
7+ jobs :
8+ reply-helper :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : insufficient information
12+ if : github.event.label.name == 'insufficient information'
13+ uses : actions-cool/issues-helper@v2
14+ with :
15+ actions : ' create-comment'
16+ token : ${{ secrets.GITHUB_TOKEN }}
17+ issue-number : ${{ github.event.issue.number }}
18+ body : |
19+ 你好 @${{ github.event.issue.user.login }},由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 issue bug 模板补全信息。
You can’t perform that action at this time.
0 commit comments