Interface describing a pull request commit.
| 27 | |
| 28 | /** Interface describing a pull request commit. */ |
| 29 | interface PullRequestCommit { |
| 30 | message: string; |
| 31 | parsed: Commit; |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Merge strategy that primarily leverages the Github API. The strategy merges a given |
nothing calls this directly
no outgoing calls
no test coverage detected