mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 01:24:38 +01:00
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'
|
||||
on: [workflow_dispatch]
|
||||
#schedule:
|
||||
# - cron: '30 1 * * *'
|
||||
#on: [workflow_dispatch]
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
Loading…
Reference in New Issue
Block a user