Which problem is this feature request solving?
I would like to gather WorkflowRuns, run usage, and WorkflowJobs data so that I can get insight into GitHub Actions usage.
Describe the solution you'd like
Create new tables github_workflow_runs, github_workflow_run_usage, and github_workflow_jobs to store data from the relevant go-github calls.
Pull request (optional)