dataease-dm/.github/workflows/issue-close-require.yml

20 lines
479 B
YAML
Raw Normal View History

2021-12-07 11:14:06 +08:00
name: Issue Close Require
on:
schedule:
- cron: "0 0 * * *"
jobs:
issue-close-require:
runs-on: ubuntu-latest
steps:
- name: need reproduce
uses: actions-cool/issues-helper@v2
with:
actions: 'close-issues'
labels: '状态:待反馈'
2021-12-29 10:20:14 +08:00
inactive-day: 30
2021-12-07 11:14:06 +08:00
body: |
2021-12-29 10:20:14 +08:00
您超过 30 天未反馈信息,我们将关闭该 issue如有需求您可以重新打开或者提交新的 issue。