Refactor fetchSponsors to use consume GitHub Sponsors#431
Refactor fetchSponsors to use consume GitHub Sponsors#431
Conversation
fbcf7cb to
d3c2d5b
Compare
962d625 to
5f50368
Compare
|
Ready to be reviewed. |
|
If I understand correctly, this fetches profile logo and link from their opencollective profile ? If the sponsors provides a custom link or, as in latest case, a custom logo, how do we manage ? |
|
(or if the sponsor just has no Opencoll profile and just a github account) |
|
Proposal for a solution with flexibility (custom sponsor logo, URL, name) and automation (checking on opencoll if the sponsorship is still on) We would have a
And the
|
We don't, or I don't believe we should offer.
As titled, this is the goal of this PR, to consume GitHub Sponsors sponsors and integrate their assets.
Yes, this is what is done by the script already. |
Closes #426
Fixes #427