Configure stale bot
This commit is contained in:
parent
b15643399c
commit
4e869f0ded
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
@ -1,10 +1,7 @@
|
||||
name: 'Close stale issues'
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
# schedule:
|
||||
# - cron: '30 1 * * *'
|
||||
schedule:
|
||||
- cron: '30 1 * * *' # every day at 1:30am
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
Loading…
Reference in New Issue
Block a user