Skip to content

Stalebot

Stalebot #517

Workflow file for this run

name: 'Stalebot'
on:
schedule:
- cron: '30 1 * * *'
jobs:
makestale:
runs-on: ubuntu-slim
steps:
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
with:
any-of-labels: 'information-needed'
stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
days-before-stale: 30
days-before-close: 10