fix: stats fetcher include stars of forked repos (fix #467) (#470)

This commit is contained in:
Luigi Russo 2020-09-19 08:05:25 +02:00 committed by GitHub
parent 24869a3ab4
commit e377770a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ const fetcher = (variables, token) => {
followers {
totalCount
}
repositories(first: 100, ownerAffiliations: OWNER, isFork: false, orderBy: {direction: DESC, field: STARGAZERS}) {
repositories(first: 100, ownerAffiliations: OWNER, orderBy: {direction: DESC, field: STARGAZERS}) {
totalCount
nodes {
stargazers {