josiahsiegel/Reliable Pull Request Action
Creates a pull request on a GitHub repository using existing branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 27, 2024
- License
- MIT
Pinned Snippet
uses: josiahsiegel/reliable-pull-request-action@ae8d0c88126329ee363a35392793d0bc94cb82e7 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Pull Request Title | yes | — |
| sourceBranch | Source Branch Name | yes | — |
| targetBranch | Target Branch Name | yes | — |
| body | Pull Request Body | no | — |
| labels | Labels (comma-separated) | no | — |
| assignees | Assignees (comma-separated) | no | — |
Outputs
| name | description |
|---|---|
| PRURL | The URL of the created pull request |