aboutsummaryrefslogtreecommitdiff
path: root/.github
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
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')
-rw-r--r--.github/FUNDING.yml12
-rw-r--r--.github/main.workflow9
2 files changed, 0 insertions, 21 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 4d15899f..00000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# These are supported funding model platforms
-
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
-open_collective: Android-Password-Store
-ko_fi: # Replace with a single Ko-fi username
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
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"]
-}