From 0a1740470ddc7b69d7676d50bd2d8fdc291eb921 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 12 Apr 2019 15:47:35 -0700 Subject: [PATCH] [meta] remove actions workflow for now --- .github/main.workflow | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 2237aa8c5..000000000 --- a/.github/main.workflow +++ /dev/null @@ -1,9 +0,0 @@ -workflow "Autorebase on merge commits" { - on = "push" - resolves = ["docker://ljharb/rebase:latest"] -} - -action "docker://ljharb/rebase:latest" { - uses = "docker://ljharb/rebase:latest" - secrets = ["GITHUB_TOKEN"] -}