MCPcopy Create free account
hub / github.com/angular/dev-infra / parsePullApproveYaml

Function parsePullApproveYaml

ng-dev/pullapprove/parse-yaml.ts:36–38  ·  view source on GitHub ↗
(rawYaml: string)

Source from the content-addressed store, hash-verified

34}
35
36export function parsePullApproveYaml(rawYaml: string): PullApproveConfig {
37 return parseYaml(rawYaml, {merge: true}) as PullApproveConfig;
38}
39
40/** Parses all of the groups defined in the pullapprove yaml. */
41export function getGroupsFromYaml(pullApproveYamlRaw: string): PullApproveGroup[] {

Callers 1

getGroupsFromYamlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected