Close stale issues #534
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |