Add workflow_dispatch to issue manager workflow
This commit is contained in:
1
.github/workflows/issue-manager.yml
vendored
1
.github/workflows/issue-manager.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Issue Manager
|
name: Issue Manager
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 10 * * 1" # run at 10:30 every Monday
|
- cron: "30 10 * * 1" # run at 10:30 every Monday
|
||||||
# We only use the issue manager for auto-closing, so we only need the cron trigger.
|
# We only use the issue manager for auto-closing, so we only need the cron trigger.
|
||||||
|
|||||||
Reference in New Issue
Block a user