Skip to content

No Response

No Response #454

Workflow file for this run

# Close issues that need more info but haven't received a response
# Replaces probot/no-response
name: No Response
on:
schedule:
- cron: '0 2 * * *' # Run daily at 2 AM UTC
issue_comment:
types: [created]
workflow_dispatch: # Allow manual trigger
permissions:
issues: write
jobs:
no-response:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb # v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
daysUntilClose: 28
responseRequiredLabel: 'more-information-needed'
closeComment: |
This issue has been automatically closed because there has been no response to our request for more information from the original author.
With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.