Skip to content

Moderation - Stale Issues & PR #90

Moderation - Stale Issues & PR

Moderation - Stale Issues & PR #90

name: Moderation - Stale Issues & PR
on:
schedule:
- cron: 0 1 * * *
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
with:
days-before-stale: 90
days-before-close: 30
operations-per-run: 1024
stale-issue-message: This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
close-issue-message: This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
stale-issue-label: S-stale
close-issue-label: S-abandoned
exempt-issue-labels: M-prevent-stale
stale-pr-message: This PR has been automatically marked as stale.
close-pr-message: This PR has been closed due to inactivity, and will not be monitored.
stale-pr-label: S-stale
close-pr-label: S-abandoned
exempt-pr-labels: M-prevent-stale