| 1 | export interface WorkflowData { |
| 2 | owner: string; |
| 3 | repo: string; |
| 4 | sha: string; |
| 5 | ref: string; |
| 6 | headBranch?: string | null; |
| 7 | } |
| 8 | |
| 9 | export interface PullRequestData { |
| 10 | full_name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected