(repository = DEFAULT_REPOSITORY, branch = DEFAULT_BRANCH)
| 9 | } |
| 10 | |
| 11 | export function githubRawPrefix(repository = DEFAULT_REPOSITORY, branch = DEFAULT_BRANCH) { |
| 12 | return `${RAW_GITHUB_ORIGIN}/${repository}/${branch}/`; |
| 13 | } |
| 14 | |
| 15 | export function githubRulesPrefix(repository = DEFAULT_REPOSITORY, branch = DEFAULT_BRANCH) { |
| 16 | return `${githubBlobPrefix(repository, branch)}rules/`; |
no outgoing calls
no test coverage detected