mirror

Changed files
+27
.github
.tangled
workflows
+14
.github/FUNDING.yml
··· 1 + # These are supported funding model platforms 2 + github: [vic] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 3 + patreon: # Replace with a single Patreon username 4 + open_collective: # Replace with a single Open Collective username 5 + ko_fi: oeiuwq # Replace with a single Ko-fi username 6 + tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 7 + community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 8 + liberapay: # Replace with a single Liberapay username 9 + issuehunt: # Replace with a single IssueHunt username 10 + lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry 11 + polar: # Replace with a single Polar username 12 + buy_me_a_coffee: # Replace with a single Buy Me a Coffee username 13 + thanks_dev: # Replace with a single thanks.dev username 14 + custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
+13
.tangled/workflows/mirror.yml
··· 1 + when: 2 + - event: [ "push" ] 3 + branch: [ "*" ] 4 + engine: "nixery" 5 + clone: 6 + skip: true 7 + dependencies: 8 + nixpkgs: 9 + - gh 10 + steps: 11 + - name: mirror 12 + command: gh -R vic/vic issue comment 3 -b tuiter 13 +