mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-24 02:59:16 +08:00
feat: 删除自动关闭 issue 的 action
This commit is contained in:
parent
d6a963c087
commit
be5a7c99e1
18
.github/workflows/issue-close-require.yml
vendored
18
.github/workflows/issue-close-require.yml
vendored
@ -1,18 +0,0 @@
|
||||
name: Issue Close Require
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
issue-close-require:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: needs more info
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'close-issues'
|
||||
labels: '状态:待反馈'
|
||||
inactive-day: 30
|
||||
body: |
|
||||
您超过30天未反馈信息,我们将关闭此Issue,如有需要您可以重新打开或提交新的Issue
|
Loading…
Reference in New Issue
Block a user