Merge pull request #900 from squeed/disable-stale

github: remove stale issue cleanup
This commit is contained in:
Casey Callendrello 2023-05-25 10:32:04 +02:00 committed by GitHub
commit 2b097c5a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-pr-message: 'This PR has been untouched for too long without an update. It will be closed in 7 days.'
exempt-issue-labels: 'keep'