Skip to content

Mark stale issues and pull requests #1088

Mark stale issues and pull requests

Mark stale issues and pull requests #1088

Workflow file for this run

name: Mark stale issues and pull requests
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v3
with:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and i will leave this open'
stale-pr-message: 'This pull request has been marked as stale. Thank you for your contributions. You may also comment, or remove this label in order to avoid closing this.'
exempt-issue-milestones: 'awaiting-approval,work-in-progress, discussion'