owen-6936/Automate Pull Request Creation
Creates a pull request from a branch and optionally adds labels and a comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for authentication. | yes | — |
| branch | Source branch for the pull request. | yes | — |
| base-branch | Target branch for the pull request. | yes | — |
| title | Title of the pull request. | no | PR created by automated workflow |
| body | Body content of the pull request. | no | This pull request was automatically created by a workflow. |
| labels | Comma-separated list of labels to apply. | no | automated |
| comment-body | Optional comment to post after PR creation. | no | "" |
Outputs
| name | description |
|---|---|
| pr_number | Number of the created pull request. |
| pr_url | URL of the created pull request. |