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): can i have a

serenity e67eb3e1 0914830e

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