Skip to content

Close stale issues #590

Close stale issues

Close stale issues #590

Workflow file for this run

name: Close stale issues
on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Close stale issues
uses: dwieeb/needs-reply@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-label: waiting
close-message: This issue was flagged with the "waiting" label and has not been updated in 30 days. It will now be closed automatically, but can be reopened if desired.