Skip to content

Questions not answered #233

Questions not answered

Questions not answered #233

Workflow file for this run

name: Questions not answered
on:
issue_comment:
types:
- created
schedule:
- cron: '0 0 * * 1'
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ github.token }}
closeComment: "Closed due to inactivity"
daysUntilClose: 30
responseRequiredLabel: "question"