actions-marketplace-validations/Pull Request merge action
This action will merge a certain PR in a certain repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub authentication token, can be PAT or Application JWT token | yes | — |
| owner | Repository owner/organization name | yes | — |
| repo | Repository name | yes | — |
| pull_number | Number of Pull Request | yes | — |
| merge_method | Merge method to use. Possible values are merge, squash or rebase. Default is merge. | no | merge |
| commit_title | Title for the automatic commit message. | no | — |
| commit_message | Extra detail to append to automatic commit message. | no | — |
| test_mode | Only exists for the automated test to pass | no | false |
Outputs
no outputs