Create issue-close-require.yml

This commit is contained in:
xrkffgg 2021-01-07 21:26:48 +08:00 committed by GitHub
parent fdf6e789f4
commit 2cf131ead4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
name: Issue Close Require
on:
schedule:
- cron: "0 0 * * *"
jobs:
close-issues:
runs-on: ubuntu-latest
steps:
- name: need reproduce
uses: actions-cool/issues-helper@v1.8
with:
actions: 'close-issues'
token: ${{ secrets.GITHUB_TOKEN }}
labels: 'Needs More Information'
inactive-day: 7