Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Close abandoned issues #26

Close abandoned issues

Close abandoned issues #26

Workflow file for this run

name: "Close abandoned issues"
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v11
with:
only-labels: 'needs-info'
days-before-stale: 7
days-before-close: 7
stale-issue-message: 'This issue is missing required details and has been marked as stale. It will close automatically in 7 days unless updated.'
close-issue-message: 'Closed due to inactivity and missing information.'
stale-issue-label: 'stale'
Morty Proxy This is a proxified and sanitized view of the page, visit original site.