feat: add coffee chat template and ensure new defaults are loaded (#10)

This commit is contained in:
Owen Gretzinger
2025-07-14 17:59:15 -04:00
committed by GitHub
parent 33017d2578
commit f4cadc0d65
3 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ git commit -m "$COMMIT_MSG"
git push -u origin "$BRANCH_NAME"
# Step 4: Create PR
gh pr create --title "$COMMIT_MSG" --body "$COMMIT_MSG" --base main --head "$BRANCH_NAME"
gh pr create --title "$COMMIT_MSG" --base main --head "$BRANCH_NAME"
# Step 5: Merge PR
gh pr merge "$BRANCH_NAME" --squash --delete-branch