Update stale.yml -> added workflow_dispatch
This commit is contained in:
parent
1a2ea376c1
commit
42e5de0d3e
1 changed files with 2 additions and 1 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
|
@ -2,6 +2,7 @@ name: 'Close stale issues'
|
|||
on:
|
||||
schedule:
|
||||
- cron: '30 12 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
|
|||
Loading…
Reference in a new issue