My nixos configuration
2
fork

Configure Feed

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

create branch before push

+1
+1
.github/workflows/flake-update.yml
··· 134 134 git config user.name "Git Bot" 135 135 - name: Create and merge PR 136 136 run: | 137 + git switch -c updates-${{ github.run_id }} 137 138 git commit -am "flake.lock: Update" 138 139 git push -u origin updates-${{ github.run_id }} 139 140 PR=$(gh pr create \