Skip to content

Commit

Permalink
ci: create pr on web
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 25, 2023
1 parent f91f319 commit 654349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ validate:
@make lint && make type-check && make test

pr:
gh pr create
gh pr create -w
make validate
git push
gh pr merge --auto --merge

0 comments on commit 654349a

Please sign in to comment.