You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a "sponsor" button on all profiles having sponsorships (via GitHub) enabled.
To do so we will have to sync if they have sponsoring enabled in the \App\Jobs\UpdateUserDetails job which will also have to switch to GraphQL API as the sponsor information isn't available elsewhere.
We should add a "sponsor" button on all profiles having sponsorships (via GitHub) enabled.
To do so we will have to sync if they have sponsoring enabled in the
\App\Jobs\UpdateUserDetails
job which will also have to switch to GraphQL API as the sponsor information isn't available elsewhere.This should also result in a PR to https://github.com/Astrotomic/laravel-github-sponsors with a method like
hasSponsorsListing()
orhasSponsoringEnabled()
.https://docs.github.com/en/graphql/reference/objects
With the new attribute on user and organization we can show a conditional button on all profiles linking to the GitHub sponsor page.
The text was updated successfully, but these errors were encountered: