Skip to content

Close stale issues and PRs #12

Close stale issues and PRs

Close stale issues and PRs #12

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: |
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days.
We have applied the stale-issue label to indicate that this issue should be reviewed again and then either prioritized or closed.
days-before-stale: 30
days-before-close: -1
stale-issue-label: '@ flag:stale'
exempt-issue-labels: ['Roadmap', 'Milestone', 'Epic', 'someday']

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

View workflow run for this annotation

GitHub Actions / Close stale issues and PRs

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 18, Col: 32): A sequence was not expected