actions-marketplace-validations/pr-update
A basic GitHub Action to create and update PullRequests from a source to a target branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub Token to use by this Action | yes | — |
| pr_title | The title of the PR that should be created/updated | yes | — |
| pr_source | The source branch name the PR should have | yes | — |
| pr_target | The target branch name the PR should have | no | — |
| pr_body | The body of the PR to create | no | — |
| pr_body_with_links | When enabled adds titles and links from PRs that "pr_source" and "pr_target" differ | no | — |
| pr_labels | A comma separated list of labels to add to the PR | no | — |
| pr_assignees | A comma separated list of assignees to add to the PR | no | — |
Outputs
| name | description |
|---|---|
| pr_nr | The number of the created/updated PR |