| 11 | import { getPRBody, getPRTitle, timeout } from "@/src/utils/helpers.ts"; |
| 12 | |
| 13 | interface PullOptions { |
| 14 | owner: string; |
| 15 | repo: string; |
| 16 | logger?: Logger; |
| 17 | } |
| 18 | |
| 19 | type PullRequestData = |
| 20 | RestEndpointMethodTypes["pulls"]["create"]["response"]["data"]; |
nothing calls this directly
no outgoing calls
no test coverage detected