1 name: 'Close stale issues and PRs'
14 runs-on: ubuntu-latest
16 - uses: actions/stale@v9
18 days-before-stale: 365
21 stale-issue-message: 'This issue is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.'
22 stale-issue-label: Stale
23 stale-pr-message: 'This pull request is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.'
26 exempt-issue-labels: Roadmap
27 exempt-pr-labels: Roadmap
29 operations-per-run: 1000