stale.yml
This commit is contained in:
parent
9b76875169
commit
6608b18ccd
|
|
@ -1,8 +1,9 @@
|
|||
name: Close inactive issues
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
- cron: "*/30 * * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
|
|
|
|||
Loading…
Reference in New Issue