My nixos configuration
2
fork

Configure Feed

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

delete branch after merge

+1 -1
+1 -1
.github/workflows/flake-update.yml
··· 57 57 --fill \ 58 58 --label bot \ 59 59 --title "Auto update $(date -I)") 60 - gh pr merge $PR --merge 60 + gh pr merge $PR --merge --delete-branch 61 61 env: 62 62 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}