Delete close-stale-issues.yml

This commit is contained in:
Magne Sjaastad 2021-05-03 10:43:47 +02:00 committed by GitHub
parent 7684d315fb
commit be8bca91a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
days-before-stale: 90
days-before-close: 10
days-before-pr-close: -1