Update stale.yml
This commit is contained in:
parent
fee52218dd
commit
c2b5926fb3
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: 'Close stale issues'
|
name: 'Close stale issues'
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *' # every day at 1:30am
|
- cron: '30 1 * * *' # every day at 1:30am
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user