diff --git a/.claude/agents/raise-pull-request.md b/.claude/agents/raise-pull-request.md index 102fe669fb8..3d2d53406b1 100644 --- a/.claude/agents/raise-pull-request.md +++ b/.claude/agents/raise-pull-request.md @@ -195,6 +195,7 @@ GITHUB_USER=$(gh api user --jq .login 2>/dev/null || git remote get-url "$PUSH_R # Create PR (gh pr create pushes the branch automatically) gh pr create --repo home-assistant/core --base dev \ --head "$GITHUB_USER:$BRANCH" \ + --draft \ --title "TITLE_HERE" \ --body "$(cat <<'EOF' BODY_HERE