jirikuncar/Submit Pull Request
Submit a pull request from a directory to a given repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | A valid GitHub access token | yes | — |
| head | Name of the source branch | yes | — |
| repo | Name of the repository (default: current repository) | — | — |
| base | Name of the target branch (default: master) | — | master |
| title | Pull request title (default: commit message) | — | — |
| body | Pull request body | — | — |
Outputs
| name | description |
|---|---|
| number | The pull request number |