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

typo

Changed files
+1 -1
automod
engine
+1 -1
automod/engine/effects.go
··· 106 106 func (e *Effects) RemoveAccountLabel(val string) { 107 107 e.mu.Lock() 108 108 defer e.mu.Unlock() 109 - for _, v := range e.RemovedRecordLabels { 109 + for _, v := range e.RemovedAccountLabels { 110 110 if v == val { 111 111 return 112 112 }