GraphCanon updated Sep 16, 2026 · GitHub synced Sep 16, 2026
31views this month
Decision brief
Automates committing changes and pull request creation for specified workflows in TypeScript using GitHub Actions.
Good fit when
- - If your project workflow includes automated modifications to files within the repository and you need these changes to be automatically committed and a pull request created.
- - When your team prefers a hands-off approach, allowing GitHub actions like create-pull-request to handle committing any changes and initiating new pull requests according to predefined workflows.
Avoid when
- - If your workflow does not involve automating commits and creation of pull requests within the Actions workspace.
- - When manual handling of changes and PRs is required, as this tool is designed for automated operations without human intervention for each commit or PR.
- Requirements:
- Does not require a Docker environment.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (2,849) are secondary evidence.
- npm downloads (30d)
- 54·npm downloads API·Sep 16, 2026
Maintenance and security
Full trust report- Maintenance
- Very active (2d since push)
- As of Sep 16, 2026
- Provenance
- Not a fork · Personal account
- As of Sep 16, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install create-pull-request npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A GitHub action designed to create a pull request for changes in the Actions workspace. Automates committing changes and pull request creation within specified workflows.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Sep 16, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Sep 16, 2026
Categories
Tags
README
<img width="24" height="24" src="docs/assets/logo.svg" Create Pull Request A GitHub action to create a pull request for changes to your repository in the actions workspace. Changes to a repository in the Actions workspace persist between steps in a workflow. This action is design...
For agents
This page has a .md twin and JSON over the API.