The workflow_job events contain the branch information (head_branch) but it's missing from the WorkflowJob object. I'm working on generating some metrics based on Github Actions activity, and the branch name would be useful in the presented data. Unless there is an explicit reason not to include that field, I'm about to open a PR to add it to the struct.
The
workflow_jobevents contain the branch information (head_branch) but it's missing from theWorkflowJobobject. I'm working on generating some metrics based on Github Actions activity, and the branch name would be useful in the presented data. Unless there is an explicit reason not to include that field, I'm about to open a PR to add it to the struct.