porting all github actions from bluesky-social/indigo to tangled CI

update breaking api changes

jcalabro 760878d8 ed952d13

Changed files
+12 -2
api
automod
consumer
engine
cmd
-1
api/ozone/moderationdefs.go
··· 370 370 CreatedBy string `json:"createdBy" cborgen:"createdBy"` 371 371 Event *ModerationDefs_ModEventViewDetail_Event `json:"event" cborgen:"event"` 372 372 Id int64 `json:"id" cborgen:"id"` 373 - ModTool *ModerationDefs_ModTool `json:"modTool,omitempty" cborgen:"modTool,omitempty"` 374 373 Subject *ModerationDefs_ModEventViewDetail_Subject `json:"subject" cborgen:"subject"` 375 374 SubjectBlobs []*ModerationDefs_BlobView `json:"subjectBlobs" cborgen:"subjectBlobs"` 376 375 }
-1
api/ozone/moderationemitEvent.go
··· 17 17 type ModerationEmitEvent_Input struct { 18 18 CreatedBy string `json:"createdBy" cborgen:"createdBy"` 19 19 Event *ModerationEmitEvent_Input_Event `json:"event" cborgen:"event"` 20 - ModTool *ModerationDefs_ModTool `json:"modTool,omitempty" cborgen:"modTool,omitempty"` 21 20 Subject *ModerationEmitEvent_Input_Subject `json:"subject" cborgen:"subject"` 22 21 SubjectBlobCids []string `json:"subjectBlobCids,omitempty" cborgen:"subjectBlobCids,omitempty"` 23 22 }
+2
automod/consumer/ozone.go
··· 60 60 oc.OzoneClient, 61 61 nil, // addedLabels []string 62 62 nil, // addedTags []string 63 + "", // ageAssuranceState 63 64 nil, // collections []string 64 65 "", // comment string 65 66 since.String(), // createdAfter string ··· 69 70 false, // hasComment bool 70 71 true, // includeAllUserRecords bool 71 72 limit, // limit int64 73 + nil, // modTool 72 74 nil, // policies []string 73 75 nil, // removedLabels []string 74 76 nil, // removedTags []string
+4
automod/engine/persisthelpers.go
··· 173 173 xrpcc, 174 174 nil, // addedLabels []string 175 175 nil, // addedTags []string 176 + "", // ageAssuranceState 176 177 nil, // collections []string 177 178 "", // comment string 178 179 "", // createdAfter string ··· 182 183 false, // hasComment bool 183 184 false, // includeAllUserRecords bool 184 185 5, // limit int64 186 + nil, // modTool 185 187 nil, // policies []string 186 188 nil, // removedLabels []string 187 189 nil, // removedTags []string ··· 255 257 xrpcc, 256 258 nil, // addedLabels []string 257 259 nil, // addedTags []string 260 + "", // ageAssuranceState 258 261 nil, // collections []string 259 262 "", // comment string 260 263 "", // createdAfter string ··· 264 267 false, // hasComment bool 265 268 false, // includeAllUserRecords bool 266 269 5, // limit int64 270 + nil, // modTool 267 271 nil, // policies []string 268 272 nil, // removedLabels []string 269 273 nil, // removedTags []string
+2
cmd/beemo/notify_reports.go
··· 74 74 xrpcc, 75 75 nil, // addedLabels []string 76 76 nil, // addedTags []string 77 + "", // ageAssuranceState 77 78 nil, // collections []string 78 79 "", // comment string 79 80 "", // createdAfter string ··· 83 84 false, // hasComment bool 84 85 true, // includeAllUserRecords bool 85 86 limit, // limit int64 87 + nil, // modTool 86 88 nil, // policies []string 87 89 nil, // removedLabels []string 88 90 nil, // removedTags []string
+4
cmd/gosky/admin.go
··· 394 394 xrpcc, 395 395 nil, // addedLabels []string 396 396 nil, // addedTags []string 397 + "", // ageAssuranceState 397 398 nil, // collections []string 398 399 "", // comment string 399 400 "", // createdAfter string ··· 403 404 false, // hasComment bool 404 405 false, // includeAllUserRecords bool 405 406 100, // limit int64 407 + nil, // modTool 406 408 nil, // policies []string 407 409 nil, // removedLabels []string 408 410 nil, // removedTags []string ··· 709 711 xrpcc, 710 712 nil, // addedLabels []string 711 713 nil, // addedTags []string 714 + "", // ageAssuranceState 712 715 nil, // collections []string 713 716 "", // comment string 714 717 "", // createdAfter string ··· 718 721 false, // hasComment bool 719 722 false, // includeAllUserRecords bool 720 723 100, // limit int64 724 + nil, // modTool 721 725 nil, // policies []string 722 726 nil, // removedLabels []string 723 727 nil, // removedTags []string