A simple BlueSky profile labeler that can be ran on Cloudflare Workers github.com/SocksTheWolf/SimpleBSkyLabeler
cf bsky profile label bluesky cloudflare workers
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update tangle mirror code

+8 -4
+8 -4
.github/workflows/tangled.yml
··· 1 - # Mirror everything to Tangle 2 - name: Tangle Bangle 1 + # Mirror everything to Tangled 2 + name: Tangled Bangled 3 3 4 4 on: 5 - push: {} 5 + push: 6 + branches: ["main"] 6 7 workflow_dispatch: {} 8 + 9 + permissions: 10 + contents: read 7 11 8 12 jobs: 9 13 push: ··· 11 15 environment: 12 16 name: tangled 13 17 steps: 14 - - name: Push to Tangle 18 + - name: Push to Tangled 15 19 uses: gwennlbh/to-tangled@v0.4 16 20 with: 17 21 repo: socksthewolf.com/simplebskylabeler