Open oalders opened 1 month ago
The graphql for this:
query {
repository(owner: %s, name: %s) {
stargazerCount: stargazerCount
watchers: watchers {
totalCount
}
}
}
Could be added to the tickets script rather easily.
We should be able to add it to the GitHub GraphQL query if it supports this info.
We're already doing something like this for https://fastapi.metacpan.org/distribution/App-perlimports:
If we could add GitHub stars (and watchers?) to the this endpoint we could easily incorporate that into the front end without the extra GitHub requests. Hopefully that would encourage more people to star the repository in question.