update issue bot

This commit is contained in:
ZCShou 2022-06-19 20:08:31 +08:00
parent f83cb26633
commit 3c1a5b47b4
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: Issue Close Check
name: Issue Close
on:
schedule:
@ -18,7 +18,7 @@ jobs:
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issues'
labels: '🤔 Need Reproduce'
labels: 'need reproduce'
inactive-day: 3
- name: needs more info

View File

@ -26,8 +26,6 @@ jobs:
你好 @${{ github.event.issue.user.login }},感谢您提交反馈。欢迎直接在此仓库 [创建一个 Pull Request](https://help.github.com/en/articles/creating-a-pull-request) 来解决这个问题。请务必填写 Pull Request 内的[预设模板](https://github.com/ZCShou/GoGoGo/blob/master/.github/PULL_REQUEST_TEMPLATE.md),并确保 CI 通过,我们会尽快进行 Review提前感谢和期待您的贡献。
![giphy](https://user-images.githubusercontent.com/507615/62342668-4735dc00-b51a-11e9-92a7-d46fbb1cc0c7.gif)
- name: need reproduce
if: github.event.label.name == 'need reproduce'
uses: actions-cool/issues-helper@v3

View File

@ -1,4 +1,4 @@
name: Issue Open Check
name: Issue Open
on:
issues: