Skip to content

fix: README deps workflow uses PR instead of direct push#166

Open
da2gl wants to merge 1 commit into
masterfrom
fix/readme-deps-pr-flow
Open

fix: README deps workflow uses PR instead of direct push#166
da2gl wants to merge 1 commit into
masterfrom
fix/readme-deps-pr-flow

Conversation

@da2gl
Copy link
Copy Markdown
Collaborator

@da2gl da2gl commented Jun 2, 2026

The merged workflow pushes directly to master, which branch protection rejects (GH006: changes must be made through a pull request).

This switches the commit step to: push a branch → open a PR → squash-merge it automatically. Adds pull-requests: write permission.

🤖 Generated with Claude Code

Direct push from the workflow is rejected by branch protection
(GH006: changes must be made through a pull request). The job now pushes
a branch, opens a PR, and squash-merges it automatically.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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