validates_pull_request (meta)
meta-edge-kind:validates-pull-request
MetaEdgeKindcatalog-meta/meta-registry/meta-registry-vcs-ci.yaml·Open in Graph → {
"id": "meta-edge-kind:validates-pull-request",
"_kind": "MetaEdgeKind",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "validates_pull_request (meta)",
"name": "validates_pull_request",
"source": [
"meta-node-kind:ci-workflow"
],
"target": [
"meta-node-kind:pull-request"
],
"cardinality": "N:N",
"origin": "standard",
"description": "a CIWorkflow validates a PullRequest (gate / status check)"
},
"outgoingEdges": [
{
"from": "meta-edge-kind:validates-pull-request",
"to": "meta-node-kind:ci-workflow",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:validates-pull-request",
"to": "meta-node-kind:pull-request",
"kind": "target_of_meta_edge",
"attributes": {}
}
],
"incomingEdges": []
}