oso icon indicating copy to clipboard operation
oso copied to clipboard

Capture events from all forked repositories

Open ravenac95 opened this issue 1 year ago • 1 comments

Describe the feature you'd like to request

In order to better collect all of the commit data we should get more events from forked repositories. For things like, squash commits it would be good to still get additional information about the what exactly was squashed (how many commits, how many authors). We lose all of that information right now and the only way to get it for PRs from forks is if we extend the reach of the our event capture to forks.

Describe the solution you'd like

There should be some separate query likely before we result the stg_github__events model that first checks for any recent forks of the projects we're monitoring. Then we will include those forks into a table that we join with our list of projects to filter githubarchive events.

Describe alternatives you've considered

N/A

ravenac95 avatar Mar 22 '24 21:03 ravenac95

Not sure yet if this is the right thing to do but it could prove useful.

ravenac95 avatar Mar 22 '24 21:03 ravenac95

GH Archive gets this

ryscheng avatar Jun 18 '24 18:06 ryscheng