Skip to content

[GitHub] Stale issues and PRs #61

[GitHub] Stale issues and PRs

[GitHub] Stale issues and PRs #61

name: '[GitHub] Stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'
stale-pr-message: 'This pull request is stale because it has been open 60 days with no activity.'
days-before-stale: 60
days-before-close: -1
stale-issue-label: 'stale'
stale-pr-label: 'stale'