justinyoo/GitHub PR Merge (Generic)
This action merges a PR on a given GitHub repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| authToken | GitHub authentication token | yes | — |
| owner | GitHub repository owner. | yes | — |
| repository | GitHub repository. | yes | — |
| issueId | GitHub issue ID for the PR. | yes | — |
| mergeMethod | Merge method to use. Possible values are Merge, Squash or Rebase. Default is Merge. | no | Merge |
| commitTitle | Title for the automatic commit message. | no | "" |
| commitDescription | Extra detail to append to automatic commit message. | no | "" |
| deleteBranch | Value indicating whether to delete the branch after the PR merge or not. | no | false |
Outputs
no outputs