forked from extern/nushell
Update stale.yml
update to move it to a cron schedule
This commit is contained in:
parent
1911aad57f
commit
720217a5e4
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
@ -1,7 +1,8 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on: [workflow_dispatch]
|
#on: [workflow_dispatch]
|
||||||
#schedule:
|
on:
|
||||||
# - cron: '30 1 * * *'
|
schedule:
|
||||||
|
- cron: '30 1 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
Loading…
Reference in New Issue
Block a user