Skip to content

Mark stale issues and pull requests #121

Mark stale issues and pull requests

Mark stale issues and pull requests #121

Workflow file for this run

name: 'Mark stale issues and pull requests'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 30
days-before-close: 15
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.'
close-issue-message: 'Closing this issue due to prolonged inactivity.'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.'
close-pr-message: 'Closing this pull request due to prolonged inactivity.'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
operations-per-run: 30
remove-stale-when-updated: true
only-labels: invalid,need more info