Delete stale.yml

pull/108/head
Puyodead1 2022-01-15 19:03:01 -05:00 committed by GitHub
parent ea37e8a397
commit 007e5ea60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
name: 'Close stale issues'
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
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.'
days-before-stale: 30
stale-issue-label: 'stale'
exempt-issue-labels: 'enhancement'