Skip to content

Check if 'Waiting for response' issue is stale #86

Check if 'Waiting for response' issue is stale

Check if 'Waiting for response' issue is stale #86

name: Check if 'Waiting for response' issue is stale
on:
schedule:
- cron: "0 0 * * *"
issue_comment:
types:
- created
workflow_dispatch:
jobs:
issue-manager:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: '{"Waiting for response": {"delay": "P30DT0H0M0S", "message": "Closing because it has been 30 days with no additional information."}}'