We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f0a6b commit 1cbf0d0Copy full SHA for 1cbf0d0
.github/workflows/create-issue.yml
@@ -1,7 +1,8 @@
1
name: Automate issue creation with Actions and gh CLI
2
3
on:
4
- workflow_dispatch:
+ schedule:
5
+ - cron: "0 2 * * 1-5"
6
7
env:
8
GH_TOKEN: ${{ github.token }}
0 commit comments