···2222 Did string `json:"did" cborgen:"did"`
2323 // name: Name of the forked repository
2424 Name string `json:"name" cborgen:"name"`
2525+ // repo: DID of the repository
2626+ Repo *string `json:"repo,omitempty" cborgen:"repo,omitempty"`
2527 // source: AT-URI of the source repository
2628 Source string `json:"source" cborgen:"source"`
2729}
···3232 Name string `json:"name" cborgen:"name"`
3333 // patch: Patch or pull request to check for merge conflicts
3434 Patch string `json:"patch" cborgen:"patch"`
3535+ // repo: DID of the repository
3636+ Repo *string `json:"repo,omitempty" cborgen:"repo,omitempty"`
3537}
36383739// RepoMergeCheck_Output is the output of a sh.tangled.repo.mergeCheck call.