mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
update issue bot
This commit is contained in:
parent
f83cb26633
commit
3c1a5b47b4
@ -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
|
||||
2
.github/workflows/issue-labeled.yml
vendored
2
.github/workflows/issue-labeled.yml
vendored
@ -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,提前感谢和期待您的贡献。
|
||||
|
||||

|
||||
|
||||
- name: need reproduce
|
||||
if: github.event.label.name == 'need reproduce'
|
||||
uses: actions-cool/issues-helper@v3
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: Issue Open Check
|
||||
name: Issue Open
|
||||
|
||||
on:
|
||||
issues:
|
||||
Loading…
Reference in New Issue
Block a user