poad/Create GitHub Pull Reaquest Action
Creates a Pull Request for GitHub.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| head_branch | (head) branch name | yes | — |
| base_branch | target(base) branch name to merge | — | main |
| title | title for pull request | — | Created by GitHub Action |
| body | body text for pull request | — | "" |
| github_token | — | yes | — |
| owner | owner | yes | — |
| repository | target repository | yes | — |
Outputs
| name | description |
|---|---|
| result | A data object include the REST API response for creating a Pull Request. |