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

labeling: fix missing Reason (yay tests)

Changed files
+2
labeling
+2
labeling/admin.go
··· 176 176 177 177 view := &comatproto.AdminDefs_ReportView{ 178 178 Id: int64(row.ID), 179 + Reason: row.Reason, 179 180 ReasonType: &row.ReasonType, 180 181 Subject: subj, 181 182 ReportedBy: row.ReportedByDid, ··· 210 211 211 212 viewDetail := &comatproto.AdminDefs_ReportViewDetail{ 212 213 Id: int64(row.ID), 214 + Reason: row.Reason, 213 215 ReasonType: &row.ReasonType, 214 216 Subject: subj, 215 217 ReportedBy: row.ReportedByDid,