Skip to content

Commit

Permalink
chore: use sponsors plugin for sponsorships instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Mar 22, 2022
1 parent 54cf5ae commit d47095d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/readme/partials/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ Copyright (c) 2020-present lowlighter
```

![Sponsors](https://github.com/lowlighter/metrics/blob/examples/metrics.sponsors.svg)
![Contributors](https://github.com/lowlighter/metrics/blob/examples/metrics.contributors.svg)
9 changes: 5 additions & 4 deletions .github/scripts/files/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@ jobs:
token: ${{ secrets.METRICS_TOKEN }}
base: ""
user: lowlighter
plugin_people: yes
plugin_people_types: sponsors
plugin_people_sponsors_custom: iamsainikhil, yutkat, KasparJohannesSchneider, ktnkk, tfSheol, haribo-io, marcreichel, OmaarElAmri, naveensrinivasan
plugin_people_size: 48
plugin_sponsors: yes
plugin_sponsors_past: yes
plugin_sponsors_sections: goal
plugins_errors_fatal: ${{ github.repository == 'lowlighter/lowlighter' }}
config_display: large
extras_js: |
document.querySelectorAll(".markdown, .center, .goal-text span:last-child")?.forEach(h2 => h2.remove())
output_action: none
delay: 120
- name: Licenses
Expand Down
2 changes: 0 additions & 2 deletions source/plugins/people/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@
repo: metrics
plugin_people: yes
plugin_people_types: contributors, stargazers, watchers, sponsors
# Note that active sponsors are automatically added, but I want to thanks previous sponsors too!
plugin_people_sponsors_custom: iamsainikhil, yutkat, KasparJohannesSchneider, ktnkk, tfSheol, haribo-io, marcreichel, OmaarElAmri, naveensrinivasan

0 comments on commit d47095d

Please sign in to comment.