Skip to content

Issues Cleanup

Issues Cleanup #8972

name: Issues Cleanup
on:
issue_comment:
types: [created]
schedule:
- cron: "0 * * * *" # Every hour, every day
jobs:
scan-issues:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ github.token }}
daysUntilClose: 7
closeComment: This issue has been automatically closed because there has been no response from the original author.
responseRequiredLabel: auto-close