pyrbin/single-pr-updater
Creates & updates a single pull request by given branch targets & label.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| head | Head branch name of pull request | yes | — |
| base | Base branch name of pull request | yes | — |
| label | Label identifier | yes | — |
| title | Title of the pull request | yes | — |
| body | Body of the pull request | yes | — |
| draft | Created pull request should be a draft | — | — |
Outputs
| name | description |
|---|---|
| id | Pull request id |
| number | Pull request number |