From f5698b87a5269979a8dcd1457791e9a368aa0841 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 4 Aug 2019 20:33:03 -0400 Subject: [PATCH] Update main.workflow commenting all github actions workflows for migration to circleCI --- .github/main.workflow | 124 +++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 7486b461..65b700fc 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,71 +1,71 @@ -workflow "Publish Helm chart(s)" { - resolves = [ - "Package Helm Chart(s)", - "Filter: not deleted", - ] - on = "push" -} +# workflow "Publish Helm chart(s)" { +# resolves = [ +# "Package Helm Chart(s)", +# "Filter: not deleted", +# ] +# on = "push" +# } -workflow "Pull Requests" { - on = "pull_request" - resolves = [ - "Lint changed chart(s) in pull request", - ] -} +# workflow "Pull Requests" { +# on = "pull_request" +# resolves = [ +# "Lint changed chart(s) in pull request", +# ] +# } -action "Package Helm Chart(s)" { - uses = "billimek/gh-actions/helm-gh-pages@master" - args = "https://billimek.com/billimek-charts/" - secrets = [ - "GITHUB_TOKEN", - "COMMIT_EMAIL", - "ACCESS_TOKEN", - ] - needs = ["Filter: not deleted"] - env = { - SKIP_LINTING = "true" - } -} +# action "Package Helm Chart(s)" { +# uses = "billimek/gh-actions/helm-gh-pages@master" +# args = "https://billimek.com/billimek-charts/" +# secrets = [ +# "GITHUB_TOKEN", +# "COMMIT_EMAIL", +# "ACCESS_TOKEN", +# ] +# needs = ["Filter: not deleted"] +# env = { +# SKIP_LINTING = "true" +# } +# } -action "Filter: action 'opened|synchronize'" { - uses = "actions/bin/filter@master" - args = "action 'opened|synchronize'" - secrets = ["GITHUB_TOKEN"] - needs = ["Filter: not master branch"] -} +# action "Filter: action 'opened|synchronize'" { +# uses = "actions/bin/filter@master" +# args = "action 'opened|synchronize'" +# secrets = ["GITHUB_TOKEN"] +# needs = ["Filter: not master branch"] +# } -action "Lint changed chart(s) in pull request" { - uses = "billimek/gh-actions/helm-gh-pages@master" - args = "https://billimek.com/billimek-charts/" - secrets = ["GITHUB_TOKEN"] - needs = ["Filter: action 'opened|synchronize'"] -} +# action "Lint changed chart(s) in pull request" { +# uses = "billimek/gh-actions/helm-gh-pages@master" +# args = "https://billimek.com/billimek-charts/" +# secrets = ["GITHUB_TOKEN"] +# needs = ["Filter: action 'opened|synchronize'"] +# } -action "Filter: master branch" { - uses = "actions/bin/filter@master" - args = "branch master" - secrets = ["GITHUB_TOKEN"] -} +# action "Filter: master branch" { +# uses = "actions/bin/filter@master" +# args = "branch master" +# secrets = ["GITHUB_TOKEN"] +# } -action "Filter: not deleted" { - uses = "actions/bin/filter@master" - args = "not deleted" - secrets = ["GITHUB_TOKEN"] - needs = ["Filter: master branch"] -} +# action "Filter: not deleted" { +# uses = "actions/bin/filter@master" +# args = "not deleted" +# secrets = ["GITHUB_TOKEN"] +# needs = ["Filter: master branch"] +# } -action "Filter: not master branch" { - uses = "actions/bin/filter@master" - args = "not branch master" - secrets = ["GITHUB_TOKEN"] -} +# action "Filter: not master branch" { +# uses = "actions/bin/filter@master" +# args = "not branch master" +# secrets = ["GITHUB_TOKEN"] +# } -workflow "on pull request merge, delete the branch" { - on = "pull_request" - resolves = ["branch cleanup"] -} +# workflow "on pull request merge, delete the branch" { +# resolves = ["branch cleanup"] +# on = "pull_request" +# } -action "branch cleanup" { - uses = "jessfraz/branch-cleanup-action@master" - secrets = ["GITHUB_TOKEN"] -} +# action "branch cleanup" { +# uses = "jessfraz/branch-cleanup-action@master" +# secrets = ["GITHUB_TOKEN"] +# }