Skip to content

Commit d47095d

Browse files
committed
chore: use sponsors plugin for sponsorships instead
1 parent 54cf5ae commit d47095d

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/readme/partials/license.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ Copyright (c) 2020-present lowlighter
66
```
77

88
![Sponsors](https://github.com/lowlighter/metrics/blob/examples/metrics.sponsors.svg)
9-
![Contributors](https://github.com/lowlighter/metrics/blob/examples/metrics.contributors.svg)

.github/scripts/files/examples.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,13 @@ jobs:
9797
token: ${{ secrets.METRICS_TOKEN }}
9898
base: ""
9999
user: lowlighter
100-
plugin_people: yes
101-
plugin_people_types: sponsors
102-
plugin_people_sponsors_custom: iamsainikhil, yutkat, KasparJohannesSchneider, ktnkk, tfSheol, haribo-io, marcreichel, OmaarElAmri, naveensrinivasan
103-
plugin_people_size: 48
100+
plugin_sponsors: yes
101+
plugin_sponsors_past: yes
102+
plugin_sponsors_sections: goal
104103
plugins_errors_fatal: ${{ github.repository == 'lowlighter/lowlighter' }}
105104
config_display: large
105+
extras_js: |
106+
document.querySelectorAll(".markdown, .center, .goal-text span:last-child")?.forEach(h2 => h2.remove())
106107
output_action: none
107108
delay: 120
108109
- name: Licenses

source/plugins/people/examples.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@
1717
repo: metrics
1818
plugin_people: yes
1919
plugin_people_types: contributors, stargazers, watchers, sponsors
20-
# Note that active sponsors are automatically added, but I want to thanks previous sponsors too!
21-
plugin_people_sponsors_custom: iamsainikhil, yutkat, KasparJohannesSchneider, ktnkk, tfSheol, haribo-io, marcreichel, OmaarElAmri, naveensrinivasan

0 commit comments

Comments
 (0)