Skip to content

Commit

Permalink
πŸ‹ [just] PR create with github-cli doing the fills (#8)
Browse files Browse the repository at this point in the history
* πŸ‹ [just] try pr create with github cli doing the fills

* πŸ‰ fix typo

* 🍍 only one fill option at a time (semi-expected)
  • Loading branch information
chicks-net authored Oct 4, 2024
1 parent ef99a3a commit e5e9bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ last_commit_message := `git log -1 --pretty=%B | grep .`
pr: on_a_branch
git stp
git pushup
gh pr create --title "{{last_commit_message}}" --body "{{last_commit_message}} (Automated in justfile.)"
#gh pr create --title "{{last_commit_message}}" --body "{{last_commit_message}} (Automated in justfile.)"
gh pr create --fill-verbose

# PR merge and return to main branch
merge: on_a_branch
Expand Down

0 comments on commit e5e9bb6

Please sign in to comment.