diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/FUNDING.yml | 12 | ||||
-rw-r--r-- | .github/main.workflow | 9 |
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"] -} |