Merge pull request #900 from squeed/disable-stale
github: remove stale issue cleanup
This commit is contained in:
commit
2b097c5a62
13
.github/workflows/stale.yml
vendored
13
.github/workflows/stale.yml
vendored
@ -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'
|
|
Loading…
x
Reference in New Issue
Block a user