Skip to content

Commit dc0c63c

Browse files
committed
fix(pr): update 'just pr' alias to push to default branch, not HEAD
1 parent dafa7e0 commit dc0c63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ pr PR_NUMBER CMD:
3636

3737
# Sync a specific PR with origin/main
3838
sync-pr PR_NUM:
39-
just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check && cargo check && git push origin HEAD"
39+
just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check && cargo check && git push origin"

0 commit comments

Comments
 (0)