From 7a1fcf4f8879e96d01b103d9c0ccc80cf2e226ab Mon Sep 17 00:00:00 2001 From: Joey French Date: Fri, 19 Sep 2025 23:48:12 -0500 Subject: [PATCH] Update create-pr workflow name for clarity --- .github/workflows/create-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index bd8be89..756c720 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -1,4 +1,4 @@ -name: Claude Create PR +name: Create Claude PR on: workflow_dispatch: @@ -344,7 +344,6 @@ jobs: echo "✅ Pull Request created: $PR_URL" fi - - name: Request Claude review if: ${{ inputs.claude_review }} run: |