| 17 | | "none"; |
| 18 | |
| 19 | export interface RepositoryProfile { |
| 20 | targetRepo: string; |
| 21 | slug: string; |
| 22 | displayName: string; |
| 23 | checkoutDir: string; |
| 24 | docsUrl?: string; |
| 25 | communityUrl?: string; |
| 26 | promptNote: string; |
| 27 | applyCloseRules: Partial<Record<RepositoryItemKind, readonly RepositoryCloseReason[]>>; |
| 28 | } |
| 29 | |
| 30 | interface TargetRepositoryConfig { |
| 31 | schemaVersion: 1 | 2; |
nothing calls this directly
no outgoing calls
no test coverage detected