···2222 Description *string `json:"description,omitempty" cborgen:"description,omitempty"`
2323 // knot: knot where the repo was created
2424 Knot string `json:"knot" cborgen:"knot"`
2525+ // labels: List of labels that this repo subscribes to
2626+ Labels []string `json:"labels,omitempty" cborgen:"labels,omitempty"`
2527 // name: name of the repo
2626- Name string `json:"name" cborgen:"name"`
2727- Owner string `json:"owner" cborgen:"owner"`
2828+ Name string `json:"name" cborgen:"name"`
2829 // source: source of the repo
2930 Source *string `json:"source,omitempty" cborgen:"source,omitempty"`
3031 // spindle: CI runner to send jobs to and receive results from