From d2801dcc8aa05b7649ecf56b9159c4a01367f178 Mon Sep 17 00:00:00 2001 From: abmantis Date: Wed, 1 Apr 2026 15:50:34 +0100 Subject: [PATCH] Add --draft flag to raise-pull-request agent PR creation command Co-Authored-By: Claude Sonnet 4.6 --- .claude/agents/raise-pull-request.md | 1 + 1 file changed, 1 insertion(+) 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