Skip to content

Commit

Permalink
feat(build): add creation of a review (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Mar 25, 2024
1 parent 30e6bcc commit 4e18420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/make/git.mak
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ commit-push: commit push

# Sync and push
sync-push: sync push

# Create a PR from the current change.
review:
gh pr create -a @me --fill-first

0 comments on commit 4e18420

Please sign in to comment.