Skip to content

fix: separate PR creation from claude-code-action#627

Merged
jth-nw merged 1 commit intodevfrom
fix/content-fix-separate-pr-creation
Mar 23, 2026
Merged

fix: separate PR creation from claude-code-action#627
jth-nw merged 1 commit intodevfrom
fix/content-fix-separate-pr-creation

Conversation

@jth-nw
Copy link
Copy Markdown
Collaborator

@jth-nw jth-nw commented Mar 23, 2026

claude-code-action controls the gh CLI identity (github-actions[bot]), so PRs created inside the action don't trigger downstream workflows regardless of which token is used.

Fix: The skill now only pushes the branch and outputs BRANCH_NAME=... A separate workflow step creates the PR using VALE_TOKEN directly, which authenticates as the PAT owner and triggers vale-linter, doc-pr, and build-and-deploy workflows.

claude-code-action controls the gh CLI identity (github-actions[bot]),
so PRs created inside the action don't trigger downstream workflows
regardless of which token is used.

Fix: The skill now only pushes the branch and outputs BRANCH_NAME=...
A separate workflow step creates the PR using VALE_TOKEN directly,
which authenticates as the PAT owner and triggers vale-linter,
doc-pr, and build-and-deploy workflows.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jth-nw jth-nw merged commit 7a7d51b into dev Mar 23, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant