We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe4b6d commit a56714dCopy full SHA for a56714d
.github/main.workflow
@@ -1,6 +1,6 @@
1
workflow "Create an issue" {
2
resolves = ["Create Issue From File"]
3
- on = "push"
+ on = "schedule(0 0 1 1/6 *)"
4
}
5
6
action "Create Issue From File" {
0 commit comments