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

clairify hepa public edition

Changed files
+4 -4
cmd
+1 -1
cmd/hepa/Dockerfile
··· 33 33 CMD ["/hepa", "run"] 34 34 35 35 LABEL org.opencontainers.image.source=https://github.com/bluesky-social/indigo 36 - LABEL org.opencontainers.image.description="ATP Auto-Moderation Service (hepa)" 36 + LABEL org.opencontainers.image.description="atproto Auto-Moderation Service (hepa, indigo edition)" 37 37 LABEL org.opencontainers.image.licenses=MIT
+3 -3
cmd/hepa/README.md
··· 1 1 2 - hepa 3 - ==== 2 + hepa (indigo edition) 3 + ===================== 4 4 5 - This is a simple auto-moderation daemon which wraps the automod package. 5 + This is a simple auto-moderation daemon which wraps the automod package. This is public code. The actual version run by Bluesky is similar, but a private fork to protect methods and mechanisms. 6 6 7 7 The name is a reference to HEPA air filters, which help keep the local atmosphere clean and healthy for humans. 8 8