Skip to content

no-response

no-response #1529

Workflow file for this run

# Automatically closes issues if a response was not received for requested information
# https://github.com/lee-dohm/no-response
name: no-response
# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
issue_comment:
types: [created]
schedule:
# Once a day, at 12:15 UTC
- cron: '15 12 * * *'
jobs:
noResponse:
runs-on: ubuntu-20.04
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
responseRequiredLabel: "status: waiting-for-feedback"