+64
-30
api/tangled/cbor_gen.go
+64
-30
api/tangled/cbor_gen.go
······-if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("sh.tangled.repo.pull.patch"))); err != nil {··················-if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("sh.tangled.repo.pull.state"))); err != nil {············
······+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("sh.tangled.repo.pull"))); err != nil {···+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("targetBranch"))); err != nil {+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len(t.TargetBranch))); err != nil {···············+if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("sh.tangled.repo.pull.status"))); err != nil {············
+2
-2
api/tangled/pullcomment.go
+2
-2
api/tangled/pullcomment.go
······
······
+7
-6
api/tangled/pullpatch.go
api/tangled/repopull.go
+7
-6
api/tangled/pullpatch.go
api/tangled/repopull.go
···-LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull.patch" cborgen:"$type,const=sh.tangled.repo.pull.patch"`
···+LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull" cborgen:"$type,const=sh.tangled.repo.pull"`
-24
api/tangled/pullstate.go
-24
api/tangled/pullstate.go
···-LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull.state" cborgen:"$type,const=sh.tangled.repo.pull.state"`
···
+24
api/tangled/pullstatus.go
+24
api/tangled/pullstatus.go
···
···+LexiconTypeID string `json:"$type,const=sh.tangled.repo.pull.status" cborgen:"$type,const=sh.tangled.repo.pull.status"`
+2
-2
api/tangled/stateclosed.go
+2
-2
api/tangled/stateclosed.go
-9
api/tangled/statemerged.go
-9
api/tangled/statemerged.go
+2
-2
api/tangled/stateopen.go
+2
-2
api/tangled/stateopen.go
+9
api/tangled/statusclosed.go
+9
api/tangled/statusclosed.go
+9
api/tangled/statusmerged.go
+9
api/tangled/statusmerged.go
+9
api/tangled/statusopen.go
+9
api/tangled/statusopen.go
+1
-1
lexicons/pulls/closed.json
+1
-1
lexicons/pulls/closed.json
+1
-1
lexicons/pulls/merged.json
+1
-1
lexicons/pulls/merged.json
+1
-1
lexicons/pulls/open.json
+1
-1
lexicons/pulls/open.json
+5
-2
lexicons/pulls/patch.json
lexicons/pulls/pull.json
+5
-2
lexicons/pulls/patch.json
lexicons/pulls/pull.json
······
······
+7
-7
lexicons/pulls/state.json
+7
-7
lexicons/pulls/state.json
······
······