Skip to content

Close stale issues and PRs #227

Close stale issues and PRs

Close stale issues and PRs #227

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@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
This issue is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.
If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open.
This issue will automatically close in 10 days if no further activity occurs. Thank you for your contributions.
stale-pr-message: |
This PR is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.
If you feel that the PR is still relevant in the latest release, consider making the PR easier to review and finding developers to help review the PR.
Please be _mindful_ that although we encourage PRs, we cannot expand the scope of the project in every possible direction. There will be requests that don't make the roadmap.
This PR will automatically close in 10 dasys if no further activity occurs. Thank you for your contributions.
days-before-stale: 30
days-before-close: 10
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: 'keep'
exempt-pr-labels: 'keep'