From 4ae81117423c19513152d2673417e44a389429ac Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Thu, 9 May 2019 12:13:20 -0500 Subject: [PATCH] Revert "init venue labels workflow" This reverts commit 7e022e0e985c6421133123656bd639081645f39a. --- .github/venue-labels.workflow | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/venue-labels.workflow diff --git a/.github/venue-labels.workflow b/.github/venue-labels.workflow deleted file mode 100644 index c44a324..0000000 --- a/.github/venue-labels.workflow +++ /dev/null @@ -1,29 +0,0 @@ -workflow "Add venue information to gig issue" { - on = "issues" - resolves = [ - "debug", - "Add venue information", - ] -} - -action "Not close issue" { - uses = "actions/bin/filter@master" - args = "not action closed" -} - -action "Has article identifier" { - uses = "actions/bin/filter@master" - needs = ["Not close issue"] - args = ["label", "papers"] -} - -action "debug" { - needs = ["Has article identifier"] - uses = "actions/bin/debug@master" -} - -action "Update Article Information" { - uses = "docker://uribo/bucky" - needs = ["Has article identifier"] - secrets = ["GITHUB_TOKEN"] -}