Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit cff3056

Browse files
committed
Update PR title format to use lowercase fix: for semantic commits
1 parent ee0551c commit cff3056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/issue-fix-mode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ EOF
301301

302302
# Create the PR
303303
echo "Creating pull request..."
304-
PR_URL=$(gh pr create --repo "$FULL_REPO" --title "Fix: $ISSUE_TITLE" --body "$PR_BODY" --base "$DEFAULT_BRANCH" --head "$FIX_BRANCH")
304+
PR_URL=$(gh pr create --repo "$FULL_REPO" --title "fix: $ISSUE_TITLE" --body "$PR_BODY" --base "$DEFAULT_BRANCH" --head "$FIX_BRANCH")
305305

306306
# Add a comment to the issue
307307
ISSUE_COMMENT=$(cat <<EOF

0 commit comments

Comments
 (0)