llnl.github.io icon indicating copy to clipboard operation
llnl.github.io copied to clipboard

Stats Affected by Forks

Open LRWeber opened this issue 6 years ago • 1 comments

LLNL forks from other LLNL repos end up multiplying certain statistics.

Activity is likely the biggest issue, but they could also affect repo counts for internal and external contributions, as well as ratios for licenses, languages, and topics.

See prior discussion in #295

LRWeber avatar Oct 18 '19 16:10 LRWeber

From #415 I opened without looking first...

Noticed that we have forks of our own projects in other orgs.

E.g. https://github.com/visit-dav/spack and https://github.com/rose-compiler/spack are forks of https://github.com/spack/spack , all three are LLNL operated.

Maybe we can filter out the forks if we have the "parent" in the LLNL orgs already? (need the "parent": "full_name" from https://api.github.com/repos/visit-dav/spack)

IanLee1521 avatar Aug 11 '20 22:08 IanLee1521