(projectId: string, host: unknown)
| 23 | } |
| 24 | |
| 25 | function gitlabProjectHooksUrl(projectId: string, host: unknown): string { |
| 26 | return `${getGitLabApiBase(host)}/projects/${encodeURIComponent(projectId)}/hooks` |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Best-effort cleanup that deletes any project hook pointing at `url`. Used to |
no test coverage detected