Skip to content

Commit 95d7394

Browse files
committed
chore: 增加 insufficient information action bot
1 parent e779380 commit 95d7394

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/help wanted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
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。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 模板补全信息。

0 commit comments

Comments
 (0)