From 34214cf474588fc1a5473363178252e7f4e47218 Mon Sep 17 00:00:00 2001 From: Adrian Z Date: Mon, 27 May 2019 09:36:57 +0200 Subject: [PATCH 1/2] Update main.workflow --- .github/main.workflow | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000000000..ba30d44736a84 --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,8 @@ +workflow "Scheduled update from upstream." { + on = "schedule(0/5 * * * *)" + resolves = ["Create an issue"] +} + +action "Create an issue" { + uses = "JasonEtco/create-an-issue@4ec015aad67f1e9c2f8b6658e1628a2d703b85cb" +} From d7b15ab2701ebb61e51ecf74b822d39b04ddc105 Mon Sep 17 00:00:00 2001 From: Adrian Z Date: Fri, 16 Aug 2019 17:48:32 +0200 Subject: [PATCH 2/2] Remove the workflow --- .github/main.workflow | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index ba30d44736a84..8b137891791fe 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,8 +1 @@ -workflow "Scheduled update from upstream." { - on = "schedule(0/5 * * * *)" - resolves = ["Create an issue"] -} -action "Create an issue" { - uses = "JasonEtco/create-an-issue@4ec015aad67f1e9c2f8b6658e1628a2d703b85cb" -}