aboutsummaryrefslogtreecommitdiff
path: root/.github/main.workflow
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-12-02 20:17:59 +0530
committerAditya Wasan <adityawasan55@gmail.com>2019-12-02 20:17:59 +0530
commit5e1927d068b33554b1ea983d8791ca6e4c6db101 (patch)
treef451067b1975140662821737eb6ac26938713f24 /.github/main.workflow
parent0a01911d87d6bc05ac884822a9fc6dd5a925995c (diff)
Remove extraneous GitHub metadata (#586)
Funding is now configured at an organisation level HCL workflow files are deprecated Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to '.github/main.workflow')
-rw-r--r--.github/main.workflow9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/main.workflow b/.github/main.workflow
deleted file mode 100644
index 8def35fb..00000000
--- a/.github/main.workflow
+++ /dev/null
@@ -1,9 +0,0 @@
-workflow "on pull request merge, delete the branch" {
- on = "pull_request"
- resolves = ["branch cleanup"]
-}
-
-action "branch cleanup" {
- uses = "jessfraz/branch-cleanup-action@master"
- secrets = ["GITHUB_TOKEN"]
-}