Skip to content

Close stale issues #738

Close stale issues

Close stale issues #738

Workflow file for this run

name: 'Close stale issues'
on:
schedule:
- cron: '40 4 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue was marked as stale because it has been open and waiting for feedback for 60 days with no activity. If no feedback is provided within 14 days, this will be closed.'
days-before-stale: 60
days-before-close: 14
any-of-labels: 'waiting-for-feedback'