···2727 Owner string `json:"owner" cborgen:"owner"`
2828 // source: source of the repo
2929 Source *string `json:"source,omitempty" cborgen:"source,omitempty"`
3030+ // spindle: CI runner to send jobs to and receive results from
3131+ Spindle *string `json:"spindle,omitempty" cborgen:"spindle,omitempty"`
3032}