feat: add stale action

This commit is contained in:
Bingsu
2023-05-30 08:40:55 +09:00
parent f1ffa41f44
commit d82e4bbc4b

13
.github/workflows/stale.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-stale: 30
days-before-close: 5