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.

Create tangled.yml

add tangle mirror

Signed-off-by: SocksTheWolf <132639882+SocksTheWolf@users.noreply.github.com>

authored by

SocksTheWolf and committed by
GitHub
0294e944 0b5b6990

+18
+18
.github/workflows/tangled.yml
··· 1 + # Mirror everything to Tangle 2 + name: Tangle Bangle 3 + 4 + on: 5 + push: {} 6 + workflow_dispatch: {} 7 + 8 + jobs: 9 + push: 10 + runs-on: ubuntu-latest 11 + environment: 12 + name: tangled 13 + steps: 14 + - name: Push to Tangle 15 + uses: gwennlbh/to-tangled@v0.4 16 + with: 17 + repo: socksthewolf.com/simplebskylabeler 18 + ssh-key: ${{ secrets.KEY }}