Skip to content

Commit 1cbf0d0

Browse files
authored
Update create-issue.yml
1 parent 23f0a6b commit 1cbf0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-issue.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Automate issue creation with Actions and gh CLI
22

33
on:
4-
workflow_dispatch:
4+
schedule:
5+
- cron: "0 2 * * 1-5"
56

67
env:
78
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)