Issue Close Require #109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '⏳ Pending feedback' | |
inactive-day: 30 | |
body: | | |
You haven't provided feedback for over 30 days. | |
We will close this issue. If you have any further needs, you can reopen it or submit a new issue. | |
您超过 30 天未反馈信息,我们将关闭该 issue,如有需求您可以重新打开或者提交新的 issue。 |