yagihash/Create Pull Request
Create a pull request using a GitHub App token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub App token with pull-requests:write permission | yes | — |
| repository | Target repository (owner/repo) | — | ${{ github.repository }} |
| title | Pull request title | yes | — |
| body | Pull request body (Markdown) | — | "" |
| head | Head branch name | yes | — |
| base | Base branch name | — | main |
| reviewers | Comma-separated list of reviewer logins (optional) | — | "" |
| labels | Comma-separated list of labels (optional) | — | "" |
| draft | Create as draft PR | — | false |
Outputs
| name | description |
|---|---|
| pull-request-url | URL of the created or existing pull request |
| pull-request-number | Number of the created or existing pull request |