Skip to content

Mark Stale Issues and Pull Requests #748

Mark Stale Issues and Pull Requests

Mark Stale Issues and Pull Requests #748

Workflow file for this run

name: Mark Stale Issues and Pull Requests
on:
schedule:
- cron: '36 7 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: -1
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity.'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity.'
stale-issue-label: 'stale-issue'
stale-pr-label: 'stale-pull-request'