From fc6c511a2718d42c40b7a2751c5b373c7de5f131 Mon Sep 17 00:00:00 2001 From: John-Alan Simmons Date: Thu, 22 Aug 2019 15:58:22 -0400 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000000..a58358040c --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "New workflow" { + on = "push" + resolves = ["TODO Issue Gen"] +} + +action "TODO Issue Gen" { + uses = "jasonetco/todo@master" + secrets = ["GITHUB_TOKEN"] +}