git: Allow inactive issues ci to be triggered manually
This commit is contained in:
parent
c6065808a7
commit
79b8b77b25
1
.github/workflows/stale_issues.yml
vendored
1
.github/workflows/stale_issues.yml
vendored
@ -2,6 +2,7 @@ name: Close inactive issues
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
|
Loading…
Reference in New Issue
Block a user