Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Create issue-close-require.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan authored Feb 27, 2022
1 parent a49a3cf commit 1a02589
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/issue-close-require.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: 'status: waiting for feedback'
inactive-day: 30
body: |
您超过 30 天未反馈信息,我们将关闭该 issue,如有需求您可以重新打开或者提交新的 issue。
If you haven't provided feedback for more than 30 days, we will close the issue. You can reopen or submit a new issue if necessary.

0 comments on commit 1a02589

Please sign in to comment.