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.

feat(actions): branch name

serenity 42e92872 249679f0

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