Added ability to manually trigger issue maintenance workflow.
This commit is contained in:
parent
654aa14bee
commit
b62a8bdfe3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/issues.yml
vendored
1
.github/workflows/issues.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Issue Maintenance
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
|
Loading…
Reference in a new issue