Skip to content

[bot] Close stale issues and PRs #343

[bot] Close stale issues and PRs

[bot] Close stale issues and PRs #343

Workflow file for this run

---
name: '[bot] Close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
days-before-close: 7
days-before-stale: 30
exempt-issue-labels: no-stale
exempt-pr-labels: no-stale
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: status/stale
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. If the issue still persists, please leave a comment and it will be reopened.'
stale-pr-label: status/stale
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. If the pull request still needs attention, please leave a comment and it will be reopened.'