repositoryPathPattern for "Other" external service
Created by: beyang
Adds repositoryPathPattern
for the "Other" external service type. This resolves a request from https://app.hubspot.com/contacts/2762526/company/554338610.
This is similar to the repositoryPathPattern
fields for the GitHub, GitLab, and Bitbucket Server external service types. The reference-able components are {base}
(the base URL of the code host) and {repo}
(the sub path relative to the base URL that completes the clone URL). The default value is {base}/{repo}
.