Skip to content

No Response

No Response #2942

Workflow file for this run

name: No Response
on:
issues:
types: [labeled, unlabeled, reopened]
workflow_call:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
permissions:
issues: write
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ github.token }}
daysUntilClose: 7
responseRequiredLabel: "Status: Awaiting Information"