Skip to content

Update stale.yml

Update stale.yml #14

Workflow file for this run

name: 'Close stale issues'

Check failure on line 1 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
# - cron: '50 5 * * *'
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 30
any-of-labels: needs-info
labels-to-remove-when-unstale: needs-info