An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

fix(actions): two number nines

serenity 576fcb07 e67eb3e1

+1 -1
+1 -1
.github/workflows/nightly-upstream-merge.yml
··· 56 56 BRANCH_NAME="upstream-sync-$(date +%Y-%m-%d-%H%M%S)" 57 57 echo "branch_name=$BRANCH_NAME" >> $GITHUB_ENV 58 58 git checkout -b $BRANCH_NAME 59 - git fetch upstream/main 59 + git merge upstream/main 60 60 git push origin $BRANCH_NAME 61 61 62 62 - name: Create PR